Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexoperation.html
Signature int readTuple ( LockMode mode ) Parameters mode specifies the locking mode used by the read operation. NdbIndexOperation Class Overview NdbIndexOperation::deleteTuple() NdbIndexOperation::getIndex() NdbIndexOperation::readTuple() ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
Permitted Ssl-Mode values are None, Required (the default), VerifyCA, and VerifyFull. With this change, a non-SSL enabled server now requires the Ssl-Mode option be set to None explicitly in the connection string or the connection will fail. (Bug ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation.html
To perform an unattended installation, specify the installation mode as unattended by using the mode command line option. In this mode, you specify all the installation parameters, such as the installation directory, and user, password, and network ... This section explains how to automate the install and upgrade procedures for MySQL Enterprise Service Manager and MySQL Enterprise Monitor Agent components, to perform those operations across one or multiple machines without any user ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-load.html
For example: mysql> SET @options = JSON_OBJECT('mode', 'dryrun', 'external_tables', CAST(@ext_tables AS JSON)); To implement the changes as part of the load command, set mode to normal. Note Do not use the external_tables option as of MySQL 8.4.0.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-parallel-load-overview.html
Requirements and Privileges for Auto Parallel Load To run Auto Parallel Load in normal mode, the MySQL HeatWave Cluster must be active. Any setting for the strict mode option (STRICT_LOAD or is_strict_mode) does not affect inference for temporal ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-auto-parallel-load-task.html
Run the HEATWAVE_LOAD command with the characteristics of the input_list in normal mode to automatically create the external table and load data into the table. See Load Structured Data Using Lakehouse Auto Parallel Load for more information about ... You can use Auto Parallel Load to set up the automatic creation of an external table along with the loading of data from files in Object ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-limitations-parquet.html
Consider the following limitations: To load Parquet files with the VECTOR data type (from Parquet strings or from Parquet (numeric) Lists), you must load the table manually with is_strict_mode set to false. Tip If you need to manually create a table ... MySQL HeatWave Lakehouse has the following limitations for Parquet ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-functions.html
To use the mode argument, the mode value must be defined explicitly. As of MySQL 9.2.2, the maximum output width of the following functions is 65,332 bytes: JSON_ARRAYAGG() JSON_OBJECTAGG() JSON_ARRAY() JSON_OBJECT() JSON_EXTRACT() Bit functions ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-lakehouse.html
You can run the following routines as needed with no changes: ML_TRAIN ML_MODEL_LOAD ML_EXPLAIN ML_PREDICT_TABLE ML_EXPLAIN_TABLE ML_SCORE If you run ML_PREDICT_ROW or ML_EXPLAIN_ROW on data loaded from Object Storage, you cannot use a FROM clause.
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-26-u2.html
Functionality Added or Changed The following function support was added: YEARWEEK(date), YEARWEEK(date,mode) The mode argument for the two-argument form of the WEEK() function: WEEK(date[,mode]) MAKEDATE() “Zero” handling for dates such as ...