Search Results
https://dev.mysql.com/doc/refman/8.4/en/xml-functions.html
No warnings or errors are issued by the server if a variable has the wrong type or has previously not been assigned a value. This also means the user is fully responsible for any typographical errors, since no warnings are given if (for example) ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-sqlstate.html
const char * mysql_sqlstate(MYSQL *mysql) Description Returns a null-terminated string containing the SQLSTATE error code for the most recently executed SQL statement. For example, the mysql client program displays errors using the following ...If ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
A nonzer4o value should be interpreted as an error code for the type of error. Any other value indicates failure; in this case, the value is an error code indicating indicating the type of error. Signature int aggregate ( struct NdbError& error ) ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-configuring-options.html
batchContinueOnError false boolean (READ ONLY) In SQL batch mode, force processing to continue if an error is found. If an SSL error occurs, the command stops and an error is returned. history.autoSave true boolean Save (true) or clear (false) ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ucs2. (Bug #28966038, WL #12196) Compilation Notes Thanks to Daniƫl van Eeden, who contributed a code change to use the stdbool.h ...(Bug #29167107, Bug #93802) Previously, for Connector/C++ 8.0 applications that use the legacy JDBC connector, only static linking to the MySQL client library was ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-sqlstate.html
const char * mysql_stmt_sqlstate(MYSQL_STMT *stmt) Description For the statement specified by stmt, mysql_stmt_sqlstate() returns a null-terminated string containing the SQLSTATE error code for the most recently invoked prepared statement API ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-instrument-naming.html
Example names: wait/io/file/myisam/log wait/io/file/mysys/charset wait/lock/table/sql/handler wait/synch/cond/mysys/COND_alarm wait/synch/cond/sql/BINLOG::update_cond wait/synch/mutex/mysys/BITMAP_mutex wait/synch/mutex/sql/LOCK_delete ... An ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
To see the associations between error codes, SQLSTATE values, and messages, see Server Error Message Reference. Example: <STATUS>1051</STATUS> <STATUS_CODE> An unsigned integer representing the command status: 0 for success, 1 if an error occurred.
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-summarize-content.html
Language: the two-letter ISO 639-1 code for the language you want to use. One of the key features of MySQL ', 'is its support for stored procedures, which allow developers to create reusable blocks of ', 'code that can be executed multiple times.
https://dev.mysql.com/doc/refman/8.4/en/json-validation-functions.html
row *************************** Level: Error Code: 3934 Message: The JSON document location '#/latitude' failed requirement 'maximum' at JSON Schema location '#/properties/latitude'. row *************************** Level: Error Code: 3819 Message: ...If at least one of the arguments is not valid JSON, the function raises an error (ER_INVALID_TYPE_FOR_JSON) In addition, if the schema is not a valid JSON object, the function returns ...