Search Results
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmanagementnodespec.html
By default, the operator creates a service of type ClusterIP to expose the management server pods internally within the Kubernetes cluster. If enableLoadBalancer is set to true, a service of type LoadBalancer is created instead, exposing the ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-access.html
To provide access to the NDB Cluster by applications, NDB Operator creates two load balancer services on top of the pods running NDB Cluster nodes. Each MySQL server is set up with a root account and a random password. The password is base-64 ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.6-ndb-8.4.6.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #37909595) CREATE TABLESPACE, when the specified logfile group did not exist, was rejected with error 723 No such table existed, which did not correctly ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.7-ndb-8.4.7.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #38260769) When running CREATE or INSERT statements on a NDB Binlog server with sql_log_bin = 0, replication would fail due to a table not existing.
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-6.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #37909595) CREATE TABLESPACE, when the specified logfile group did not exist, was rejected with error 723 No such table existed, which did not correctly identify ... MySQL NDB Cluster 8.4.6 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-7.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #38260769) When running CREATE or INSERT statements on a NDB Binlog server with sql_log_bin = 0, replication would fail due to a table not existing. MySQL NDB ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-12.html
(WL #11876) Bugs Fixed X DevAPI: When creating an X DevAPI session using a Properties map instead of a connection string, referring to property keys like host, port, and protocol in lowercase caused a NullPointerException. (Bug #27652379) X DevAPI: ... Version 8.0.12 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
When using connection pooling, Connector/J keeps track of any host it failed to connect to and, for a short waiting period after the failure, avoids connecting to it during the creation or retrieval of a Session. Version 8.0.19 is the latest ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
It was because the SimpleDateFormat object created internally with the custom calendar was cached and reused. (Bug #30570721, Bug #97724) When creating a Statement, the specification for the resultSetType parameter was not honored, so that the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(WL #10530) To avoid using JDBC statements inside core Connector/J classes, the following changes have been implemented: Created a new com.mysql.cj.api.Query interface, which is implemented by StatementImpl. (WL #10553) Bugs Fixed X DevAPI: ...