Search



Search Results
Displaying 211 to 220 of 2524 total results
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 ...
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
MySQL Shell and Node.js JavaScript Code // Collection.find() function with fixed values var myColl = db.getCollection('my_collection'); var myRes1 = myColl.find('age = 18').execute(); // Using the .bind() function to bind parameters var myRes2 = ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
The error code resulting from execution of the statement on the master. How come statements with a nonzero error code can exist in the binary log? This is mainly due to the use of nontransactional tables within transactions. For transactional ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
mysql> CREATE EXTERNAL TABLE table_1( col_1 int, col_2 int, col_3 int) ENGINE_ATTRIBUTE='{"dialect": {"format": "csv"}, "file": [{"uri": "oci://mybucket@mynamespace/data_files/data_file_1.csv"}]}'; Prefix: If the object_path is not a glob pattern ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
To see the associations between error codes, SQLSTATE values, and messages, see Server Error Message Reference. Example: <STATUS>1051</STATUS> <STATUS_CODE> An unsigned integer representing the command status: 0 for success, 1 if an error occurred.
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/ndbapi/en/ndbapi-examples-array-adapter.html
static void do_insert(Ndb& ndb) { const NdbDictionary::Dictionary* dict = ndb.getDictionary(); const NdbDictionary::Table *table = dict->getTable("api_array_using_adapter"); if (table == NULL) { APIERROR(dict->getNdbError()); } // Get a column ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-cjk.html
Why do I get Incorrect string value error messages? To see the problem, create a table with one Unicode (ucs2) column and one Chinese (gb2312) column. Please check these references before reporting gb2312 or gbk bugs: The MySQL gbk character set is ... This set of Frequently Asked Questions derives from the experience of MySQL's Support and Development groups in handling many inquiries about CJK (Chinese-Japanese-Korean) ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-sets.html
This section describes the collations available for Unicode character sets and their differentiating properties. MySQL supports multiple Unicode character sets: utf8mb4: A UTF-8 encoding of the Unicode character set using one to four bytes per ...
https://dev.mysql.com/doc/refman/8.4/en/get-diagnostics.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 211 to 220 of 2524 total results