Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
Errors generated during operation definition result in a failure return code from the method called. When an error during execution causes a transaction to be aborted, the execute() method returns a failure return code. If an error is ignored due to ... Abstract This section describes how NDB API errors can be detected and mapped onto particular ...If the client application does not keep track of NdbOperation ...
https://dev.mysql.com/doc/refman/8.4/en/error-interfaces.html
Error messages can originate on the server side or the client side, and each error message includes an error code, SQLSTATE value, and message string, as described in Section B.1, “Error Message Sources and Elements”. For error checking from ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-configuration.html
In MySQL 8.4, error logging uses the MySQL component architecture described at Section 7.5, “MySQL Components”. The error log subsystem consists of components that perform log event filtering and writing, as well as a system variable that ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-priority-based-filtering.html
The log_filter_internal log filter component implements a simple form of log filtering based on error event priority and error code. The log_error_suppression_list value may be the empty string for no suppression, or a list of one or more ...To ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-rule-based-filtering.html
Error codes can be specified in numeric form or as the corresponding error symbol. For example, ER_STARTUP is the symbolic name for error 1408, so these comparisons are equivalent: IF err_code == ER_STARTUP THEN ... Error symbols are recognized only ...To enable the log_filter_dragnet filter, first load the filter component, then modify the log_error_services ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-classifications.html
The following table lists the classification codes used for NDB API errors, and their descriptions. Table 2.83 Classification codes for NDB API errors, with corresponding error status and description. These can also be found in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-handling-errors.html
This program demonstrates handling errors and retrying failed transactions using the NDB API. The source code for this example can be found in storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries.cpp in the NDB Cluster source tree. Application ...In this example, we perform two inserts in the same transaction using ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
The following section details some common errors and their suggested fix or alternative solution. Error 10061 (Cannot connect to server) When connecting or using the Test button in ODBC Data Source Administrator I get error 10061 (Cannot connect to ...If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 5.9.1, “Connector/ODBC Community ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
The following section details some common errors and their suggested fix or alternative solution. Error 10061 (Cannot connect to server) When connecting or using the Test button in ODBC Data Source Administrator I get error 10061 (Cannot connect to ...If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 9.1, “Connector/ODBC Community ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
A language specification langspec in the languages line has this syntax: langspec: langname=langcodelangcharset langname is the long language name, langcode is the short language code, and langcharset is the character set to use for error messages ... The file you edit to add a new error message depends on your version of MySQL: MySQL 5.0.3 up to 5.5: Edit errmsg.txt MySQL 5.5 and up: Edit errmsg-utf8.txt In either case, comp_err generates the header files automatically during the MySQL build ...