Search Results
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/index.html
Abstract This document contains release notes for the changes in each release of MySQL NDB Cluster that uses version 8.4 of the NDB (NDBCLUSTER) storage engine. For general information about features added in NDB Cluster 8.4, see What is New in ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-4.html
With missing indexes, some of the SQL handler functionality is unavailable—for example, the use of indexes to select rows for modification efficiently, or to identify duplicates when processing modifications, or to push joins relying on indexes.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
(Bug #28731795, Bug #92625) Updating a result set returned by a server-side prepared statement with SELECT ... Version 8.0.14 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
Version 8.0.27 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
(Bug #82084, Bug #23743938) A PreparedStatement could not be rewritten for batch insert if any table column involved contained "select" as a substring in the column name. Version 8.0.29 is the latest General Availability release of the 8.0 series ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
The check wrongly rejected queries that had a WITH clause using a common table expression and a UNION operator, and had the first SELECT statement put between parentheses. Version 8.0.32 is the latest General Availability release of the 8.0 series ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
(WL #10156) X DevAPI: The connection property enabledTLSProtocols can now be used to select the allowed TLS versions for an X Protocol connection to the server. Version 8.0.9 Release Candidate is the first release candidate of the 8.0 branch of ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
This fix corrected the internal character set mapping priority, so that utf8mb4 is selected in such scenarios. Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Connector/J 9.4.0 supersedes 9.3 and is ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-bootstrapping.html
mysql> select @@port; +--------+ | @@port | +--------+ | 3310 | +--------+ 1 row in set (0.00 sec) For additional examples, see Set Up a MySQL Server Sandbox and Deploying a Production InnoDB Cluster. Here is a brief example to demonstrate how ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-routing.html
Applications connect to MySQL Router and not directly to MySQL Server, and if the connection fails then applications are designed to retry the connection because MySQL Router selects a new MySQL server after failed attempts. Connection routing ...