Search



Search Results
Displaying 1751 to 1760 of 3829 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-store-result.html
By default, result sets for successfully executed prepared statements are not buffered on the client and mysql_stmt_fetch() fetches them one at a time from the server. CR_SERVER_LOST The connection to the server was lost during the query. int ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-store-result.html
Its asynchronous counterpart is mysql_store_result_nonblocking(), for use by applications that require asynchronous communication with the server. CR_SERVER_LOST The connection to the server was lost during the query. MYSQL_RES * ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-2-0.html
(Bug #35717730) When a TransporterRegistry (TR) instance connects to a management server, it first uses the MGM API, and then converts the connection to a Transporter connection for further communication. The initial connection had an excessively ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-3-0.html
(Bug #110807, Bug #35330936) Functionality Added or Changed This release implements support for network communications between NDB nodes secured by Transport Layer Security (TLS) and Internet Public Key Infrastructure (PKI) to authenticate and ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-3.html
This release contains no functional changes and is published to align its version number with that of the MySQL Server 8.4.3 release. (Bug #36919653) Starting from this release, MySQL Enterprise Backup provides wider compatibility with different ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. (WL #11293) X DevAPI: Connector/J now supports the new server-side document ID generation feature. (WL #10527) Bugs Fixed When an integer value in a JSON document is modified, ... Version 8.0.11 is the first General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password.html
This component exposes system variables that enable you to configure password policy, and status variables for component monitoring. If validate_password is not installed, the validate_password.xxx system variables are not available, passwords in ...
https://dev.mysql.com/doc/refman/8.4/en/range-optimization.html
The eq_range_index_dive_limit system variable enables you to configure the number of values at which the optimizer switches from one row estimation strategy to the other. Prior to MySQL 8.4, there is no way of skipping the use of index dives to ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
These should be in place if you have installed the MySQL server on the same machine. Here are some examples: -DODBC_INCLUDES=dir_name: Use when the ODBC include directory is not found within the system $PATH. -DODBC_LIB_DIR=dir_name: Use when the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
These should be in place if you have installed the MySQL server on the same machine. Here are some examples: -DODBC_INCLUDES=dir_name: Use when the ODBC include directory is not found within the system $PATH. -DODBC_LIB_DIR=dir_name: Use when the ...
Displaying 1751 to 1760 of 3829 total results