Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-error-messages.html
Error number: ML004010; SQLSTATE: 3877 (HY000) Message: Received data exceeds maximum allowed length 943718400. Example: ERROR 3877 (HY000): ML004010: Received data exceeds maximum allowed length 943718400. Error number: ML003000; SQLSTATE: HY000 ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-aiaml-error-messages.html
Error number: ML004010; SQLSTATE: 3877 (HY000) Message: Received data exceeds maximum allowed length 943718400. Example: ERROR 3877 (HY000): ML004010: Received data exceeds maximum allowed length 943718400. Error number: ML003000; SQLSTATE: HY000 ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
Error number: 1032; Symbol: HW_ER_NUM_PROJ_COLS_EXCEEDS_MAX_ALLOWED Message: The number of projection columns, [%d], exceeds maximum supported columns, [%d]. Description: This error occurs when the query compiler encounters an unsupported condition ... The following list contains all current MySQL HeatWave errors in numerical ...
https://dev.mysql.com/doc/internals/en/error-message-adding.html
The procedure for adding error messages depends on which version of MySQL you are using: Before MySQL 5.0.3, error messages are stored in errmsg.txt files in the language directories under sql/share. Each of these language-specific files must ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-handling-errors.html
// // Transaction failing is handled by re-executing the transaction // in case of non-permanent transaction errors. This program demonstrates handling errors and retrying failed transactions using the NDB API. In this example, we perform two ...
https://dev.mysql.com/doc/internals/en/error-messages-old-versions.html
In practice, no new error messages should be added to error message files for versions of MySQL prior to 5.0.3. Doing so and merging the messages upward would cause error numbers to change in more recent versions. Before MySQL 5.0.3, error messages ...The files have names like czech/errmsg.txt, danish/errmsg.txt, and so forth, and each one is ...
https://dev.mysql.com/doc/internals/en/error-injection.html
Most of the ERROR_INJECT_* macros remove the keyword from the debug keyword list or clear THD::error_inject_value respectively before they executes their action. The ERROR_INJECT_ACTION macro is very similar to the DBUG_EXECUTE_IF macro (see the ...
https://dev.mysql.com/doc/internals/en/error-message-multiple-versions.html
It is critical that error codes are identical in all versions. That is, the value of ER_SOME_ERROR must be the same in all versions for which it is defined. To add a new error message in multiple versions, first add the specific error message to ...
https://dev.mysql.com/doc/refman/8.4/en/show-errors.html
In particular, SHOW ERRORS cannot display information for more than max_error_count messages, and error_count can exceed the value of max_error_count if the number of errors exceeds max_error_count. SHOW ERRORS [LIMIT [offset,] row_count] SHOW ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
This section contains a number of error code lists, one for each type of NDB API error. The text of the error message Similar errors have been grouped together in each list. You can always obtain the latest error codes and information from the file ...