Search



Search Results
Displaying 951 to 960 of 1802 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-field-count.html
This value is zero for statements such as INSERT or DELETE that do not produce result sets. unsigned int mysql_stmt_field_count(MYSQL_STMT *stmt) Description Returns the number of columns for the most recent statement for the statement handler.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-num-rows.html
For statements such as INSERT, UPDATE, or DELETE, the number of affected rows can be obtained with mysql_stmt_affected_rows(). uint64_t mysql_stmt_num_rows(MYSQL_STMT *stmt) Description Returns the number of rows in the result set. The use of ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
(Bug #27658489, Bug #89948) Rewriting prepared INSERT statements in a multiquery batch failed with a BatchUpdateException when the statements did not contain place holders. Version 8.0.13 is the latest General Availability release of the 8.0 series ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
(Bug #28606708) X DevAPI: Adding an empty document with executeAsync() resulted in an ERROR 5013 (Missing row data for Insert). Version 8.0.14 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
(Bug #109243, Bug #34852047) When the connection property useLocalTransactionState was set to true, after a number of insert statements were executed and the last one hit a unique constraint check, the transaction could not be rolled back. Version ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-statements.html
The following DML: CALL, INSERT, UPDATE, DELETE, REPLACE, IMPORT TABLE, LOAD DATA, LOAD XML, WITH...UPDATE/DELETE. The following describes read-only statements: Statements are read-only if they start with: SELECT DO VALUES TABLE WITH that is not ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog.html
ML_TRAIN inserts the model as a row in the MODEL_CATALOG table at the end of training. AutoML creates a model catalog for any user that creates a machine learning model. The MODEL_CATALOG table is created in a schema named ML_SCHEMA_user_name, where ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
In the case of a single-file backup, unpack the file into a backup directory structure using the extract or the image-to-backup-dir command to view the files. The database is put into a read-only state while these files are copied. The database is ... The following table shows the different types of files that are included in a single-file backup image or a directory ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-selective-load.html
If a new file path is specified, then the data from the file is loaded into the table. Complete the following steps to perform the initial load of data: Upload the files to load into Object Storage. See Upload the files to load into Object Storage ... Available as of MySQL 9.1.2, you can update external tables using Selective Load, which lets you edit the list of files that comprise an external table without altering the directories in the Object Storage ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-tpch-quickstart.html
The tpch Analytics Quickstart shows how to import data into the DB System using the MySQL Shell Parallel Table Import Utility, manually loading data into MySQL HeatWave Cluster, and running queries. This quickstart contains the following sections: ...We recommend that you always run the latest version of MySQL Shell, which is currently MySQL version ...
Displaying 951 to 960 of 1802 total results