Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
The Oracle product that performs hot backups, of InnoDB tables especially but also tables from MyISAM and other storage engines, is MySQL Enterprise Backup. Several mysqlbackup options (with sbt in their names) pass information to media management ... These terms are commonly used in information about the MySQL Enterprise Backup ...apply The operation that transforms a raw backup into a prepared backup by ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign-procedure.html
Sign-up Procedure 2.2.2 Sign-up Procedure To sign up for MySQL HeatWave on AWS: Create an Oracle Cloud Account (or proceed to Step 2 below if you already have one): Navigate to https://cloud.mysql.com and click Sign Up. Caution: Do not change the ...Tip: An Oracle Cloud Account has a single region limit by ...In the verification email, click Verify email to ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...Section 5.2, “Installing the JavaScript Connector”, describes the installation process for all three of these ...
https://dev.mysql.com/doc/connectors/en/connector-net-interceptors.html
With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you instantiate. Connector/NET includes the following interceptor classes: The ... An ...
https://dev.mysql.com/doc/connector-net/en/connector-net-interceptors.html
With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you instantiate. Connector/NET includes the following interceptor classes: The ... An ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
For more information on MySQL stored procedures, please refer to Using Stored Routines. Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 3.7 Connector/J: Using ...For performance reasons, minimize unnecessary calls to Connection.prepareCall() by reusing CallableStatement instances in your ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
(Bug #31237338, Bug #99371) An error was generated when the database name within a connection string that was passed to MySQL 5.6 or MySQL 5.7 did not match the casing used to search a related stored procedure. (Bug #31173265) In Connector/NET ...
https://dev.mysql.com/doc/internals/en/prepared-stored-procedure-execution.html
Execution of a stored procedure statement is similar to execution of a prepared statement. During execution of a stored procedure, THD::stmt_arena points to the permanent query arena of the stored procedure. This arena happens to be also the ...
https://dev.mysql.com/doc/internals/en/tracing-example.html
All traces have the same basic structure, but if a statement uses subqueries, there are several join preparations/optimizations/executions, subquery-specific transformations not shown here... The statement's execution is naturally made of "steps": ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-statements.html
Default Value false Since Version 3.1.7 queryInterceptors A comma-delimited list of classes that implement 'com.mysql.cj.interceptors.QueryInterceptor' that intercept query executions and are able influence the results. This results in better ...