Search



Search Results
Displaying 1381 to 1390 of 1996 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-row-seek.html
MYSQL_ROW_OFFSET mysql_row_seek(MYSQL_RES *result, MYSQL_ROW_OFFSET offset) Description Sets the row cursor to an arbitrary row in a query result set. The offset value is a row offset, typically a value returned from mysql_row_tell() or from ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-select-db.html
In subsequent queries, this database is the default for table references that include no explicit database specifier. int mysql_select_db(MYSQL *mysql, const char *db) Description Causes the database specified by db to become the default (current) ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-reset.html
bool mysql_stmt_reset(MYSQL_STMT *stmt) Description Resets a prepared statement on client and server to state after prepare. It resets the statement on the server, data sent using mysql_stmt_send_long_data(), unbuffered result sets and current ...
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 ...
https://dev.mysql.com/doc/c-api/8.4/en/null-mysql-store-result.html
It is possible for mysql_store_result() to return NULL following a successful call to the server using mysql_real_query() or mysql_query(). When this happens, it means one of the following conditions occurred: There was a malloc() failure (for ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-4.html
MySQL NDB Cluster 8.4.4 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. NDB Cluster 8.4 source ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-5.html
(Bug #37691818) Agent: The create certs command failed after an mcmd agent queried another agent for the certificate authority and key, which were not created by that agent. Version 8.4.5 is the latest General Availability release of the 8.4 LTS ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
Version 8.0.20 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. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-2-0.html
This patch eliminated the immature closing of the ResultSet, so that queries can be run normally. Version 9.2.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 9.2.0 supersedes 9.1 and is recommended for use on production systems. This ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting.html
This configuration enables you to direct all read traffic to read-only instances, and all write traffic to read-write instances. Read-only instances are secondaries in an InnoDB Cluster or the primary or secondary instances in a Replica Cluster.
Displaying 1381 to 1390 of 1996 total results