Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
(WL #15258) Pluggable Authentication Connector/C++ 8.0.27 implemented support for the SSPI Kerberos library on Windows, which was not capable of acquiring cached credentials previously generated by using kinit command. Connector/C++ 8.0.32 also ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-17.html
(WL #12983) Functionality Added or Changed Connector/NET supports SSL PEM certificate versions 1, 2, and 3 to enable use with the full range of applications that generate certificates. (Bug #29756058) Support was added for .NET Core 2.2, which is a ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Document Store: The Where() method is deprecated (Obsolete attribute applied) and will return a warning when called in the following method constructs: Find().Where(), Modify().Where(), and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-26.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future version of Connector/NET. (WL ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
(WL #15159) Functionality Added or Changed Connector/NET collation support now aligns with the collations that were either renamed or newly added by the server starting with MySQL 8.0.30. (Bug #104910, Bug #33351775) Bugs Fixed X DevAPI: ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-4-0.html
(WL #15984) Connector/NET now supports the .NET 10 and Entity Framework Core 10 preview versions. (WL #16900) Bugs Fixed Added to the test suite a new test for pure Kerberos authentication with Connector/NET. (Bug #118282, Bug #38001821) The number ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-26.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1.0 and TLSv1.1 connection protocols are now deprecated and support for them is subject to removal in a future Connector/ODBC version. (WL ...(WL #14441) Bugs Fixed Fixed help (documentation) links in the ODBC Driver ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-4-0.html
(Bug #37806057) The pure-Python implementation of Connector/Python now supports Django enum objects and ChoiceField when executing queries using Django ORM. (Bug #116056, Bug #37047789) Connection pooling support for AsyncIO connections is now ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-replicationreplica-activity-category.html
IO Running Whether the replica I/O thread is started and has connected successfully to the source. Running This is ON if this server is a replication replica that is connected to a replication source, and both the I/O and SQL threads are running; ...
https://dev.mysql.com/doc/mysql-em-plugin/en/targets-myoem-add-targets-manually.html
MySQL User: The user name used to connect to the database. Specify a value only if TCP/IP is the connection method used. Specify a value only if TCP/IP is the connection method used. Specify a value only if socket is the connection method used. You ...
https://dev.mysql.com/doc/x-devapi-userguide/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...