Search Results
https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html
Note that this limit is not absolute: There are cases where the SQL (applier) thread needs more events before it can delete relay logs. Note Global replication filters cannot be used on a MySQL server instance that is configured for Group ... This ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
C API Notes Compilation Notes Configuration Notes SQL Function and Operator Notes JavaScript Programs Performance Schema Notes sys Schema Notes Thread Pool Notes Functionality Added or Changed Bugs Fixed C API Notes The asynchronous interface used ...(Bug #37042308) Added CONTRIBUTING.md and SECURITY.md files to the MySQL sources to conform to Oracle's Open Source ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-dump-instance-schema.html
When choosing a destination for the dump files, note that for import into a MySQL HeatWave Service DB System, the MySQL Shell instance where you run the dump loading utility must be installed on an Oracle Cloud Infrastructure Compute instance that ... MySQL Shell's instance dump utility util.dumpInstance() and schema dump utility util.dumpSchemas(), support the export of all schemas or a selected schema from an on-premise MySQL instance into an Oracle Cloud Infrastructure Object Storage bucket or a set of local ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
Note InnoDB Cluster uses Group Replication, but the default values of the Group Replication system variables may differ from the defaults documented in this section. Note that the standard SQL client connection is not automatically included on a ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
Note The innovation track, which begins with MySQL 8.1, includes "-innovation-" in the component name. Note Once the MySQL APT repository is enabled on your system, you will no longer be able to install any MySQL packages from your platform's native ... This section provides guidance on installing MySQL using the MySQL APT ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-4.html
Account Management Notes C API Notes Character Set Support Compilation Notes Component Notes Firewall Notes Installation Notes Optimizer Notes Performance Schema Notes Functionality Added or Changed Bugs Fixed Account Management Notes The database ...We solve this by introducing a separate MEM_ROOT object for storing the bind parameters array, which object can be cleared (deallocating the memory) on each call to mysql_stmt_bind_param() or ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
| +-----------------------------------------------------------------------+ mysql> SELECT audit_log_read('null'); +------------------------+ | audit_log_read('null') | +------------------------+ | null | +------------------------+ Notes: Prior to ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-general-considerations.html
Note The version numbers maintained by these macros apply to the Connector/C++ product only and are unrelated to API or ABI versions, which are handled separately. #if MYSQL_CONCPP_VERSION_NUMBER >= 8000030 if ("utf8mb3" == characterSetName(cs)) ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbd-definition.html
Note Connections from data nodes to management nodes is done using the ndb_mgmd management port (the management server's PortNumber) so outgoing connections to that port from any data nodes should always be permitted. Note This directory must exist ... The [ndbd] and [ndbd default] sections are used to configure the behavior of the cluster's data ...
https://dev.mysql.com/doc/refman/8.4/en/storage-engines.html
The following table provides an overview of some storage engines provided with MySQL, with clarifying notes following the table. Storage engines are MySQL components that handle the SQL operations for different table types. InnoDB is the default ...