Search Results
https://dev.mysql.com/doc/internals/en/event-flags.html
There are comments about these flags in log_event.h, in addition to the remarks in this section. (This is the only case when MySQL modifies an already written part of a binary log file). This flag should be set for any event that does not need to ...
https://dev.mysql.com/doc/internals/en/optimizer-features-to-trace.html
They are: Greedy search: with a N-table join, this could explore factorial(N) plans Range optimizer Dynamic range optimization (known as "range checked for each record" in EXPLAIN output: each outer row causes a re-run of the range optimizer) ...
https://dev.mysql.com/doc/internals/en/optimizer-range-join-type.html
The optimizer will use an index (range search) for column1 LIKE 'x%' but not for column1 LIKE '%x' That is, there is no range search if the first character in the pattern is a wildcard. To the optimizer, column1 BETWEEN 5 AND 7 is the same as this ... Some conditions can work with indexes, but over a (possibly wide) range of ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
Audit Log Functions This section describes, for each audit log function, its purpose, calling sequence, and return value. These audit log functions are available: audit_log_encryption_password_get([keyring_id]) This function fetches an audit log ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
Startup Options Used with Binary Logging System Variables Used with Binary Logging You can use the mysqld options and system variables that are described in this section to affect the operation of the binary log as well as to control which ...For ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-generic.html
In this case, code objects will not be retrieved from the source database; only tables and data. When using the generic support, column data types are mapped using the following steps: It searches for the first entry in the Generic Datatype Mapping ... Most ODBC compliant databases may be migrated using the generic database ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-server-management-wizard.html
This option can also be executed later (on remote connections) from the home screen by clicking the top right corner of a MySQL remote connection, as the following figure shows. Figure 5.23 Configure Remote Management Executing this wizard is ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Example usage: "connectionAttributes=key1:value1,key2:value2" This functionality is available for use with MySQL Server version 5.6 or later only. Earlier versions of MySQL Server do not support connection attributes, causing this configuration ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
The remainder of this section describes following MySqlCommand properties: CommandText and CommandType Properties Parameters Property Attributes Property CommandTimeout Property CommandText and CommandType Properties The MySqlCommand class provides ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
The remainder of this section describes following MySqlCommand properties: CommandText and CommandType Properties Parameters Property Attributes Property CommandTimeout Property CommandText and CommandType Properties The MySqlCommand class provides ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...