Search Results
https://dev.mysql.com/doc/refman/8.4/en/replication-features-errors.html
If a statement produces the same error (identical error code) on both the source and the replica, the error is logged, but replication continues. If this error code validation behavior is not desirable, some or all errors can be masked out ...If a ...To address the issue, connect to the replica manually and determine the cause of the ...
https://dev.mysql.com/doc/internals/en/error-messages-storage-engine.html
To add error messages for table handlers, the following example may be helpful. Purpose: Implement the handler::get_error_message function as ha_federated::get_error_message to return the handler-specific error message. When you have returned the ...
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/ndbapi/en/mgm-functions-error-handling.html
Each MGM API error is characterised by an error code and an error message. ndb_mgm_get_latest_error() ndb_mgm_get_latest_error_msg() ndb_mgm_get_latest_error_desc() ndb_mgm_set_error_stream() ndb_mgm_get_latest_error() Description This function is ... This section provides information about MGM API functions used for error ...
https://dev.mysql.com/doc/internals/en/error-message-adding.html
If you need to add new parameters to an existing error message, you can introduce a new error message but continue to use the old error code. For example, in MySQL 5.1, the handler::print_keydup_error() method is passed a message like ... The ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-components.html
The log_filter_internal Component Purpose: Implements filtering based on log event priority and error code, in combination with the log_error_verbosity and log_error_suppression_list system variables. This section describes the characteristics of ...A log component can be a filter or a sink: A filter processes log events, to add, remove, or modify event fields, or to delete events ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndb-transporter-errors.html
This section lists error codes, names, and messages that are written to the cluster log in the event of transporter errors. 0x00 TE_NO_ERROR No error 0x01 TE_ERROR_CLOSING_SOCKET Error found during closing of socket 0x02 ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-event-fields.html
err_code The event error code, as a number (for example, 1022). Error events intended for the error log contain a set of fields, each of which consists of a key/value pair. An event field may be classified as core, optional, or user-defined: A core ...However, its presence in the event during event processing is not guaranteed because a core field, like any type of field, may be unset by a log ...
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 ...