Search



Search Results
Displaying 141 to 150 of 2266 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
All Not NULL attribute have not been defined 4107 MySQL error. Trying to set a NOT NULL attribute to NULL 4204 MySQL error. Ndb reports NULL value on Not NULL attribute 4213 MySQL error. Missing NULL ptr in end of keyData list 4277 MySQL error. Key ... This section lists all NDB errors, ordered by NDB error ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-online-ddl-operations.html
When you add a primary key using the ALGORITHM=COPY clause, MySQL converts NULL values in the associated columns to default values: 0 for numbers, an empty string for character-based columns and BLOBs, and 0000-00-00 00:00:00 for DATETIME. Online ...
https://dev.mysql.com/doc/refman/8.4/en/alter-user.html
In one case only, the account may be specified with the USER() function: ALTER USER USER() IDENTIFIED BY 'auth_string'; This syntax enables changing your own password without naming your account literally. The plugin name can be a quoted string ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-learn-with-genai.html
mysql> SELECT JSON_PRETTY(@nl2ml_options); Use one of the following commands to reset the chat history: mysql> SET @nl2ml_options = NULL; mysql> SET @nl2ml_options = JSON_REMOVE(@nl2ml_options, '$.chat_history'); You have the option to change the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-load-dump.html
If you are importing a dump that is located in the Oracle Cloud Infrastructure Compute instance's filesystem where you are running the utility, url is a string specifying the path to a local directory containing the dump files. schema: "string" The ... MySQL Shell's dump loading utility util.loadDump() supports the import into a MySQL HeatWave Service DB System or a MySQL Server instance of schemas or tables dumped using MySQL Shell's Section 12.5, “Instance Dump Utility, Schema Dump Utility, and Table Dump ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-how-to-import-onnx.html
Import model as a string: For smaller models, you can copy the encoded string and paste it into a session variable or temporary table column. Depending on the size of the model, select if you want to import the model as a string in a pre-processed ... This topic describes how to import an external ONNX ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-repository-options.html
An empty string (“”) for backup_innodb_data_home_dir means the value of backup_innodb_data_file_path is to be taken as an absolute path. To specify truly absolute paths for InnoDB data files in the backup with this option, you must set the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-reset.html
reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanfilter.html
NdbScanFilter Class Overview NdbScanFilter::begin() NdbScanFilter::BinaryCondition NdbScanFilter::cmp() NdbScanFilter::cmp_param() NdbScanFilter Constructor NdbScanFilter::end() NdbScanFilter::eq() NdbScanFilter::isfalse() NdbScanFilter::isnotnull() ...Because development of this interface is ongoing, the characteristics of the NdbScanFilter class are subject to change in future ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-adapter.html
(Bug #70550, Bug #17592990) #include <NdbApi.hpp> #include <iostream> #include <vector> #include <cstdlib> #include <cstring> using namespace std; /* See Section 2.5.15, “Common Files for NDB API Array Examples”, ...
Displaying 141 to 150 of 2266 total results