Search Results
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
Optionally, you may set the method for TC selection to round-robin mode, where each new set of transactions is placed on the next data node. The default method is to select the transaction coordinator (TC) determined to be the "nearest" data node, ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
Binary distributions from Oracle are still built in C++11 mode using MSVC 2015 for compatibility reasons. Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
(WL #15466) Binary distributions from Oracle are built in C++17 mode. Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the legacy JDBC connector with Linux ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
(WL #10981) Bugs Fixed Creating a TLS session with only the ssl-ca option specified could succeed, although it should fail if ssl-mode is not also specified. Locks can be requested several times for a given find or select statement. An acquired lock ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-14.html
(WL #12518) The auth connection option (along with aliases authentication and authentication mode) was removed from the MySqlBaseConnectionStringBuilder class.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
The option is set to preferred mode by default to compress the payload data if the MySQL server instance also supports compression. (Bug #29838254) An attempt to read the record of a model class defined to correspond to a MySQL table with a property ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on all platforms with NET Standard 2.0 ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-27.html
(WL #14708) Bugs Fixed Connections made to MySQL 5.6 using sockets and the default SSL mode (Preferred) failed instead of providing an unsecured connection. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
(Bug #33974737) With the SSL mode set to VerifyCA or VerifyFull, SSL connections could not be established if the client certificates were chained. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
Because JSON is a long data type with the maximum length of 4GB, it can't be used as a primary key by Microsoft Access and therefore tables having only JSON columns are only available in read-only mode. Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-29.html
(Bug #33987635) Functionality Added or Changed Added the following TLS/SSL option aliases to align with other MySQL connectors: ssl-mode (SSLMODE), ssl-ca (SSLCA), ssl-capath (SSLCAPATH), ssl-cert (SSLCERT), ssl-cipher (SSLCIPHER), and ssl-key ...