Search Results
https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
However, only one request is sent from the MySQL Server, and the read of the index table is handled by the data node. When an ordered index is used, it performs a scan in the same manner as the full table scan, except that it scans only those ... An ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
(Bug #29402358) When Connector/C++ applications reported connection attributes to the server upon establishing a new connection, some attributes were taken from the host on which Connector/C++ was built, not the host on which the application was ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
(TLSv1.3 requires that both the server and Connector/C++ be compiled with OpenSSL 1.1.1 or higher.) Ciphersuite values must be IANA ciphersuite names. (Bug #30450484) Connector/C++ set the transaction isolation level to REPEATABLE READ at connect ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-29.html
Pluggable Authentication Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Pluggable Authentication Connector/C++ now supports authentication to MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-3-0.html
MySQL Server 8.3.0 removed auto-reconnect support after deprecating it in versions 8.0.34 and 8.1.0. However, enabling the OPT_RECONNECT option does guarantee a successful automatic reconnection to the server if the connection is found to have been ... Functionality Added or Changed Connector/C++ 8.3.0 binary distributions from Oracle are built with the 8.3.0 version of the MySQL client ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-26.html
(WL #14429) A new connection-string option named DefaultAuthenticationPlugin enables an application to specify a valid authentication plugin to use instead of the server-side default authentication plugin (see Options for Classic MySQL Protocol ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
(Bug #100314, Bug #31692694) Functionality Added or Changed Previously, an application could set the SslMode=none connection option to establish a classic MySQL protocol or X Protocol connection to a non-TLS/SSL enabled server. This new ... X DevAPI ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-4-0.html
(WL #16176) Connector/NET is now ready to support the VECTOR data type when it becomes available with MySQL Enterprise Server. (WL #16175) Known limitation of this release: because the mysql_native_password authentication plugin is disabled by ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-28.html
(Bug #33557670, Bug #105503) For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to version 1.1.1L. Deprecation and Removal Notes ...