Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/C++ 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-0-0.html
This could lead to broken builds for applications that use the JDBC API library when the connector was built from source with the default settings. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed the dependency on ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
Standard used MSYSQL_ROW for non-binary data to represent them as character strings, whereas server side prepared statements used the MYSQL_BIND structure and the specific MySQL type which could lead towards inconsistent results. Functionality ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-24.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes 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 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
(Bug #28737774) The connector assumed that all values were expressions, which could lead to errors. Functionality Added or Changed Bugs Fixed Functionality Added or Changed A default schema name can now be defined from the connection string.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-innodbconfiguration-category.html
Otherwise, the statistics are recalculated more frequently, such as at each server restart, which can lead to variations in query execution plans. Lists the InnoDB Configuration configuration metrics and provides a brief description of each. Table ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-find.html
A path leg leads from one level of the JSON tree down to the next, and consecutive paths are separated by a period (.). The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-locking.html
This could lead you to conclude that the locks were not acquired, but that is not the case. X DevAPI supports MySQL locking through the lockShared() and lockExclusive() methods for the Collection.find() and Table.select() methods. This enables you ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/admin-advisors-reference.html
Default frequency 06:00:00 Default auto-close enabled yes Multiple Threads Used When Repairing MyISAM Tables Using multiple threads when repairing MyISAM tables can improve performance, but it can also lead to table and index corruption. However, ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/ui-group-replication-advisors-ref.html
The configuration advisor analyzes the configuration of the servers, checking for misconfiguration which could lead to unstable or insecure installations, and the status advisor continuously monitors for servers which go offline, or fall out of sync ... The Group Replication advisors, Group Replication Configuration and Group Replication Status, provide continuous analysis of the condition of your group replication ...