Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
You can always obtain the latest error codes and information from the file storage/ndb/src/ndbapi/ndberror.cpp. (In previous releases of NDB Cluster, this file was named ndberror.c.) These types are also shown in the error_status column of the ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-priority-based-filtering.html
If this filter is disabled, log_error_verbosity and log_error_suppression_list have no effect, so filtering must be performed using another filter service instead where desired (for example, with individual filter rules when using ... The ...For ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-error-reporter.html
ndb_error_reporter creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a cluster. Usage ndb_error_reporter path/to/config-file [username] [options] This utility is intended ...Options that can be used with ndb_error_reporter are shown in the following ...--dry-scp ...It is ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-classifications.html
These can also be found in the file /storage/ndb/src/ndbapi/ndberror.cpp (NDB 7.6 and earlier: ndberror.c). The following table lists the classification codes used for NDB API errors, and their descriptions. Table 2.83 Classification codes for NDB ...
https://dev.mysql.com/doc/ndbapi/en/mgm-errors.html
Value Description NDB_MGM_COULD_NOT_ENTER_SINGLE_USER_MODE Unable to enter single-user mode NDB_MGM_COULD_NOT_EXIT_SINGLE_USER_MODE Unable to exit single-user mode Configuration Errors These errors result when the management server is unable to ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-error-logging.html
row *************************** LOGGED: 2022-04-07 19:17:03.981201 THREAD_ID: 0 PRIO: Warning ERROR_CODE: MY-011068 SUBSYSTEM: Server DATA: The syntax 'skip_slave_start' is deprecated and will be removed in a future release. row ... Server Error ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/error-handling.html
For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be used if the language does not support exceptions. The default error handling can be changed by creating a ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/error-handling.html
For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be used if the language does not support exceptions. The default error handling can be changed by creating a ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-error-summary-tables.html
The Performance Schema maintains summary tables for aggregating statistical information about server errors (and warnings). Collection of error information is controlled by the error instrument, which is enabled by default. Each error summary table ...For a list of server errors, see Server Error Message ...
https://dev.mysql.com/doc/internals/en/error-message-marking-obsolete.html
Find the error entry in errmsg-utf8.txt: ER_HASHCHK Change the error symbol to begin with an OBSOLETE_ prefix: OBSOLETE_ER_HASHCHK Symbols prefixed by OBSOLETE_ are ignored by comp_error and are not written to the errmsg.sys file. In effect, they ...