Search



Search Results
Displaying 1131 to 1140 of 2536 total results
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/connector-j/en/connector-j-connp-props-metadata.html
getProceduresReturnsFunctions Pre-JDBC4 'DatabaseMetaData' API has only the 'getProcedures()' and 'getProcedureColumns()' methods, so they return metadata info for both stored procedures and functions. JDBC4 was extended with the 'getFunctions()' ...Setting this property to "false" decouples Connector/J from its pre-JDBC4 behaviours for 'DatabaseMetaData.getProcedures()' and 'DatabaseMetaData.getProcedureColumns()', forcing them to return metadata for procedures ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
Please note that 'useServerPrepStmts' is automatically set to "true" in this case because cursor functionality is available only for server-side prepared statements. callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable ...
https://dev.mysql.com/doc/connector-j/en/connector-j-testing.html
X DevAPI and X Protocol tests: Classes from the package testsuite.x for testing X DevAPI and X Protocol functionality. The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing ...
https://dev.mysql.com/doc/connector-j/en/connector-j-time-instants.html
Warnings Altering the session time zone affects the results of MySQL functions such as NOW(), CURTIME(), or CURDATE()—if you do not want those functions to be affected, do not use this setting. Background A time instant is a specific moment on a ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-last-insert-id.html
getGeneratedKeys() is the preferred method to use if you need to retrieve AUTO_INCREMENT keys and through JDBC; this is illustrated in the first example below. The second example shows how you can retrieve the same value using a standard SELECT ...
https://dev.mysql.com/doc/refman/8.4/en/access-control.html
The primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to associate that user with privileges on a database such as SELECT, INSERT, UPDATE, and DELETE. Additional functionality includes the ...
https://dev.mysql.com/doc/refman/8.4/en/atomic-ddl.html
Supported non-table DDL statements include: CREATE and DROP statements, and, if applicable, ALTER statements for stored programs, triggers, views, and loadable functions. Where applicable: The state of data dictionary, routine, event, and loadable ...An atomic DDL statement combines the data dictionary updates, storage engine operations, and binary log writes associated with a DDL operation into a single, atomic ...
https://dev.mysql.com/doc/refman/8.4/en/channels-with-prev-replication.html
When a replica has multiple channels and a FOR CHANNEL channel option is not specified, a valid statement generally acts on all available channels, with some specific exceptions. For example, the following statements behave as expected for all ...
Displaying 1131 to 1140 of 2536 total results