Search Results
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-33-2.0.10.html
Bugs Fixed Fixed a known limitation of the 8.0.33-2.0.9 release, which was: if an existing InnoDB Cluster was initially created using MySQL Operator 8.0.30-2.0.6 or earlier, then an update to 8.0.33-2.0.9 failed with an Init:Error error when one of ...This happened even if there had already been an update to ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-1-0-2.1.0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The cron jobs created by scheduled backups reference an operator image, and this operator image version now gets updated. (WL #15583) Added metric provider support for each ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-3-0-2.1.2.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The operator now adds imagePullSecrets to the ServiceAccount it creates instead of adding them to the StatefulSet pod template. However, if you supply an existing ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-4-0-2.1.3.html
This value can not be changed after creating the InnoDB Cluster. Functionality Added or Changed Added the ability to configure the cluster's host name as used by the operator, which defaults to {pod}.{cluster ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-4-0-2.2.5.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Functionality Added or Changed Support for affinity rules and nodeSelector have been added to the mysql-operator Helm chart, to allow control for scheduling. (Bug ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-side-failover-xdevapi.html
For example: mysqlx://sandy:mypassword@[(address=host1:33060,priority=2),(address=host2:33061,priority=1)]/test In this example, host1 is always attempted before host2 when new sessions are created. When using connection pooling with X DevAPI, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-blob-clob-processing.html
blobSendChunkSize Chunk size to use when sending BLOB/CLOBs via server-prepared statements. Note that this value cannot exceed the value of 'maxAllowedPacket' and, if that is the case, then this value will be corrected automatically. Since Version ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-networking.html
Default Value 1080 Since Version 5.1.34 socketFactory The name of the class that the driver should use for creating socket connections to the server. socksProxyHost Name or IP address of a SOCKS host to connect through. This class must implement ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-security.html
Should be set to "true" if the JSSE is configured to operate in FIPS mode and Connector/J receives the error "FIPS mode: only SunJSSE TrustManagers may be used" when creating secure connections. paranoid Take measures to prevent exposure sensitive ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-tunes-for-integration-with-other-products.html
overrideSupportsIntegrityEnhancementFacility Should the driver return "true" for 'DatabaseMetaData.supportsIntegrityEnhancementFacility()' even if the database doesn't support it to workaround applications that require this method to return "true" ...