Search



Search Results
Displaying 561 to 570 of 2171 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-execute.html
The currently bound parameter marker values are sent to server during this call, and the server replaces the markers with this newly supplied data. int mysql_stmt_execute(MYSQL_STMT *stmt) Description mysql_stmt_execute() executes the prepared ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api.html
For example, full-text parser plugins can be used to replace or augment the built-in full-text parser. The plugin interface uses the plugin table in the mysql database to record information about plugins that have been installed permanently with the ... MySQL supports a plugin API that enables creation of server ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
To demonstrate use of those system variables, suppose that a table db1.t1 exists, created as follows: CREATE DATABASE db1; CREATE TABLE db1.t1 (a VARCHAR(255)); For test-creation purposes, it is possible to record events that pass through the plugin. After you set the null_audit_event_order_check variable to a list of event strings, the next matching operation replaces the variable value with a value that indicates the operation outcome: If the expected event order was matched successfully, the resulting null_audit_event_order_check value is ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (WL #15468, WL #15411) Functionality Added or Changed The databaseName in MysqlDataSource is now URL encoded in the JDBC URL that is being constructed using it.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-0-0.html
It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #36574322) Synchronized blocks in the Connector/J code were replaced with ReentrantLocks. (WL #16342) The static list of MySQL reserved words found in the ... Version 9.0.0 is a new GA release of MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-statements.html
The following DML: CALL, INSERT, UPDATE, DELETE, REPLACE, IMPORT TABLE, LOAD DATA, LOAD XML, WITH...UPDATE/DELETE. The following database administration statements: SHOW CREATE..., SHOW VARIABLES, SHOW STATUS, SET TRANSACTION (including SET SESSION ... The following describes read-only statements: Statements are read-only if they start with: SELECT DO VALUES TABLE WITH that is not followed by UPDATE or ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-configuring-options.html
Valid Configuration Options The following configuration options can be set using either the \option command or shell.options scripting interface: optionName DefaultValue Type Effect autocomplete.nameCache true boolean Enable database name caching ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-prompt-themes.html
MySQL: A reminder that you are working with a MySQL database. The value of this variable replaces %AppData%\Roaming\MySQL\mysqlsh\ on Microsoft Windows or ~/.mysqlsh/ on Unix. The MySQL Shell prompt can be customized using prompt theme files. To ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/recovery-methods-replicaset.html
You can do this provisioning automatically using one of the following methods: MySQL Clone: Takes a snapshot from an online instance and then replaces any data on the new instance with the snapshot. If you enabled the binary log after databases ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-ml-model-metadata.html
If you import a model from a table, model_metadata stores the name of the database and table. The model_metadata column in the model catalog allows you to view detailed information on trained models. For example, you can view the algorithm used to ...
Displaying 561 to 570 of 2171 total results