Search



Search Results
Displaying 211 to 220 of 2525 total results
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
*/ class ReadOnlyArrayAdapter { public: ReadOnlyArrayAdapter() {} enum ErrorType {Success, InvalidColumnType, InvalidArrayType, InvalidNullColumn, InvalidNullAttribute, InvalidNullaRef, BytesOutOfRange, UnknownError}; /* Return a C++ string from the ... In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
NdbOperation::interpret_exit_nok() Description Exit interpreted program with status NOT OK and an optional error code (see Section 2.4.2, “NDB Error Codes: by Type”). Signature int interpret_exit_nok ( Uint32 ErrorCode ) int interpret_exit_nok ( ...Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by ...
https://dev.mysql.com/doc/refman/8.4/en/resignal.html
RESIGNAL makes it possible to both handle an error and return the error information. Otherwise, RESIGNAL is illegal and a RESIGNAL when handler not active error occurs. For example, the condition_value can be an SQLSTATE value, and the value can ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
If the file does not exist or is otherwise inaccessible, an error occurs. If the file does not exist or is otherwise inaccessible, an error occurs. If --add-drop-database is used with --all-databases or with --databases where the list of schemas to ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
[Occurred during startphase start_phase.] [ Initiated by signal.] [Caused by error error_code: 'error_message(error_classification). In the event of arbitration failure, an error_message and an arbitration state_code are provided; definitions for ...
https://dev.mysql.com/doc/refman/8.4/en/json-search-functions.html
An error occurs if target or candidate is not a valid JSON document, or if the path argument is not a valid path expression or contains a * or ** wildcard. An error occurs if the json_doc argument is not a valid JSON document, any path argument is ... The functions in this section perform search or comparison operations on JSON values to extract data from them, report whether data exists at a location within them, or report the path to data within ...
https://dev.mysql.com/doc/refman/8.4/en/option-defaults-equals.html
Options having default values always require an equal sign when assigning a value; failing to do so causes an error. For example, the MySQL server --log-error option has the default value host_name.err, where host_name is the name of the host on ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
null_audit_abort_value: The custom error code to use when an event is aborted. It is also possible to specify a custom error code by setting the null_audit_abort_value variable to the value that the notification routine should return: SET ...Audit ... This section describes how to write a server-side audit plugin, using the example plugin found in the plugin/audit_null directory of MySQL source ...
https://dev.mysql.com/doc/refman/8.4/en/charset-connection.html
The server sends responses, such as result sets or error messages, over the connection back to the client. Connection Character Set and Collation System Variables Impermissible Client Character Sets Client Program Connection Character Set ... A ...
https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html
In MySQL 8.4, all error codes and messages displayed in the Last_SQL_Errno and Last_SQL_Error columns correspond to error values listed in Server Error Message Reference. Note When the replication SQL thread receives an error, it reports the error ... SHOW REPLICA STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of the replica ...
Displaying 211 to 220 of 2525 total results