Search



Search Results
Displaying 111 to 120 of 4529 total results
https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
For example, if mysql_stmt_fetch() is not called enough times to read an entire result set (that is, enough times to return MYSQL_NO_DATA), this error may occur for the following C API call. You must reset the statement, rebind the result set ...
https://dev.mysql.com/doc/x-devapi-userguide/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/heatwave/en/mys-hw-lakehouse-error-handling.html
The URL can contain up to 1024 characters, and exceed the error message limit of 512 characters. See MySQL 9.4 Error Message Reference for Lakehouse error messages. Error/warning position details are added to JSON data type related errors/warnings ...As of MySQL 9.2.2, a detailed summary of warnings is available when loading data to ...
https://dev.mysql.com/doc/internals/en/error-masking.html
Example: --error ER_BAD_DB_ERROR USE <not existing database>; You can find the error names in the include/mysqld_error.h file of a MySQL source distribution, or in the Server Error Message Reference section of the MySQL Reference Manual]. Use of the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbd-definition.html
StartPartialTimeout Version (or later) NDB 8.4.0 Type or units milliseconds Default 30000 Range 0 - 4294967039 (0xFFFFFEFF) Restart Type Node Restart: Requires a rolling restart of the cluster. ApiFailureHandlingTimeout Version (or later) NDB 8.4.5 ...LcpScanProgressTimeout Version (or later) NDB 8.4.0 Type or units second Default 180 Range 0 - 4294967039 (0xFFFFFEFF) Restart Type Node Restart: Requires a rolling restart of the ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-rule-based-filtering.html
The window_size value is the time window in seconds; if omitted, the default window is 60 seconds. To enable the log_filter_dragnet filter, first load the filter component, then modify the log_error_services value. The following example enables ...
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/ndbapi/en/mgm-functions-error-handling.html
This section provides information about MGM API functions used for error handling. Each MGM API error is characterised by an error code and an error message. There may also be an error description that provides additional information about the ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-errors.html
Because connecting to an external server is unpredictable, it is important to add error handling to your .NET application. When there is an error connecting, the MySqlConnection class will return a MySqlException object. This object has two ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-errors.html
Because connecting to an external server is unpredictable, it is important to add error handling to your .NET application. When there is an error connecting, the MySqlConnection class will return a MySqlException object. This object has two ...
Displaying 111 to 120 of 4529 total results