Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-node-recovery-error.html
The following list enumerates all NDB errors of type NR (Node Recovery error).
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-custom-error-exception.html
If error is a MySQL Server error number, you must also pass the exception class. The error argument can be a dictionary, in which case the key is the server error number, and value the class of the exception to be raised. import mysql.connector from ... Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-custom-error-exception.html
If error is a MySQL Server error number, you must also pass the exception class. The error argument can be a dictionary, in which case the key is the server error number, and value the class of the exception to be raised. import mysql.connector from ... Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current ...
https://dev.mysql.com/doc/ndbapi/en/ndb-api-errors.html
If you find a situation in which you need to use a specific error code in your application, please file a bug report at http://bugs.mysql.com/ so that we can update the corresponding status and classification. Abstract This section contains a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-overload-error.html
The following list enumerates all NDB errors of type OL (Overload error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-configuration-or-application-error.html
The following list enumerates all NDB errors of type CE (Configuration or application error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-user-defined-error.html
The following list enumerates all NDB errors of type UD (User defined error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-unknown-result-error.html
The following list enumerates all NDB errors of type UR (Unknown result error). NDB error code 4008 MySQL error DMEC Error message Receive from NDB failed NDB error code 4009 MySQL error HA_ERR_NO_CONNECTION Error message Cluster Failure NDB error ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-no-error.html
The following list enumerates all NDB errors of type NE (No error). NDB error code 0 MySQL error 0 Error message No error .
https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-files-table.html
row *************************** FILE_ID: 0 FILE_NAME: ./ibdata1 FILE_TYPE: TABLESPACE TABLESPACE_NAME: innodb_system FREE_EXTENTS: 0 TOTAL_EXTENTS: 12 EXTENT_SIZE: 1048576 INITIAL_SIZE: 12582912 MAXIMUM_SIZE: NULL AUTOEXTEND_SIZE: 67108864 ... The ...For more information about data provided by the Information Schema FILES table, see Section 28.3.15, “The INFORMATION_SCHEMA FILES ...mysql> SELECT FILE_ID, FILE_NAME FROM INFORMATION_SCHEMA.FILES WHERE FILE_NAME LIKE '%ibtmp%'; +---------+-----------+ | FILE_ID | ...