Search



Search Results
Displaying 161 to 170 of 1965 total results
https://dev.mysql.com/doc/refman/9.7/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/refman/9.7/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/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
These values are included in the PAR URL and generate an error if defined as separate parameters. The data loading stops if there is an error due to missing files, empty columns, formatting errors or parsing errors. Missing files, empty columns, ...
https://dev.mysql.com/doc/refman/9.7/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/extending-mysql/9.7/en/adding-loadable-function.html
You can indicate that a function returns NULL or that an error occurred. If xxx_init() returns an error, MySQL aborts the SQL statement with an error message and does not call the main or deinitialization functions. Declare xxx_reset() as follows: ... The MySQL interface for loadable functions provides the following features and capabilities: Functions can return string, integer, or real values and can accept arguments of those same ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/en/show-replica-status.html
Note When the replication SQL thread receives an error, it reports the error first, then stops the SQL thread. Last_IO_Errno, Last_IO_Error The error number and error message of the most recent error that caused the replication I/O (receiver) thread ... SHOW REPLICA STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of the replica ...
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/heatwave/en/mys-hw-lakehouse-table-syntax-sql.html
The supported options are: 1: An error does not occur for any missing file, and data loading continues with the existing files. 0: If any file is missing, an error occurs and data is not loaded. If any of the specified files are not available, an ...
https://dev.mysql.com/doc/refman/9.7/en/diagnostics-area.html
Condition area list: Condition area 1: error code for condition 1 error message for condition 1 ... Condition area 2: error code for condition 2: error message for condition 2 ... Condition area 3: error code for condition 3 error message for ...
Displaying 161 to 170 of 1965 total results