Search Results
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-9-4.html
The following list details the changes to specific options and variables within MySQL 9.4.
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-9-5.html
The following list details the changes to specific options and variables within MySQL 9.5.
https://dev.mysql.com/doc/ndbapi/en/mccj-overview.html
This section provides a conceptual and architectural overview of the APIs available using the MySQL NDB Cluster Connector for Java.
https://dev.mysql.com/doc/ndbapi/en/mccj-using.html
This section provides basic information about building and running Java applications using MySQL NDB Cluster Connector for Java (ClusterJ).
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
For a complete description, see Connecting to a Single MySQL Server Using Connection Pooling. For X DevAPI for C, the mysqlx_opt_type_t constant is MYSQLX_OPT_CONNECT_TIMEOUT together with the OPT_CONNECT_TIMEOUT() macro. ); X DevAPI for C example: ...Connections to the server made using X DevAPI or X DevAPI for C continue to use the connection character set determined by the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-15.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.15 release.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-25.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.25 release.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-27.html
Pluggable Authentication Bugs Fixed Pluggable Authentication Applications that use the legacy JDBC API now can establish connections without passwords for accounts that use the authentication_oci server-side authentication plugin, provided that the ...To ensure correct account mapping, the client-side Oracle Cloud Infrastructure configuration must contain a fingerprint of the API key to use for authentication (fingerprint entry) and the location of a PEM file with the private part of the API key (key_file ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 in MySQL 8.0.30—together with new utf8mb4 collations—generated errors related to collation ...To support the character-set name change and the new collations, several API changes now are ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-31.html
Long-standing issues, such as applications that link to the static connector library (libmysqlcppconn8-static.a) not being able to also link to a Protobuf library at the same time, now are resolved by building from sources a variant that links ...