Search



Search Results
Displaying 1071 to 1080 of 5063 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-store-result-nonblocking.html
enum net_async_status mysql_store_result_nonblocking(MYSQL *mysql, MYSQL_RES **result) Description Note mysql_store_result_nonblocking() is an asynchronous function. It is the counterpart of the mysql_store_result() synchronous function, for use by ...For general information about writing asynchronous C API applications, see Chapter 7, C API Asynchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-store-result.html
MYSQL_RES * mysql_store_result(MYSQL *mysql) Description Note mysql_store_result() is a synchronous function. Its asynchronous counterpart is mysql_store_result_nonblocking(), for use by applications that require asynchronous communication with the ...An empty result set is returned if there are no rows ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-use-result.html
MYSQL_RES * mysql_use_result(MYSQL *mysql) Description After invoking mysql_real_query() or mysql_query(), you must call mysql_store_result() or mysql_use_result() for every statement that successfully produces a result set (SELECT, SHOW, DESCRIBE, ...The client allocates memory only for the current row and a communication buffer that may grow up to max_allowed_packet ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
(Bug #36191370) When a backup was restored using ndb_restore with --disable-indexes and --restore-privilege-tables, the ordered index of the primary key was lost on the mysql.ndb_sql_metadata table, and could not be rebuilt even with ... Deprecation ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-2.html
Version 8.4.2 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL NDB Cluster 8.4, 8.0, and 7.6. This release contains no functional changes or bug fixes and is published to ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-4.html
Version 8.4.4 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL NDB Cluster 8.4, 8.0, and 7.6. The backup should first be moved to another other location or be deleted ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-6.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Version 8.4.6 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL NDB Cluster 8.4, 8.0, and ...Bugs Fixed Agent: The stop process command timed out on a non-running node that had been successful added by a command that failed ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-15.html
Version 8.0.15 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. Applications that use the LOAD DATA LOCAL INFILE statement on MySQL Servers need ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-25.html
Version 8.0.25 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. This release contains no functional changes and is published to align its version ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-26.html
Version 8.0.26 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #32435618, Bug #102404) Connector/J can now establish connections for ...It ...
Displaying 1071 to 1080 of 5063 total results