Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-cloud.html
To restore a backup image from cloud storage to datadir on the server, use the cloud storage options, and also the --backup-dir option to specify the temporary directory into which temporary output, status files, and backup metadata will be saved: ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-clone-deployment.html
InnoDB Cluster integrates the MySQL Clone plugin to provide automatic provisioning of joining instances. For more information, see The Clone Plugin and Cloning for Distributed Recovery In contrast to using MySQL Clone, incremental recovery is the ...The process of retrieving the cluster's data so that the instance can synchronize with the cluster is called distributed ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-1.html
(Bug #36685422) Microsoft Windows: For MSI installations on Windows, MySQL Configurator now automatically upgrades MySQL 8.4 LTS installations without user intervention. (Bug #36515172) Replication: When running GTID-based replication with ...It was ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.partial.html
The auto-increment values of the restored tables for a partial restore might not be the same as they were at the end of the backup process. Table-Level Recovery (TLR) allows selected tables (or schemas) to be restored from a backup (be it a full ...
https://dev.mysql.com/doc/internals/en/implementing-commit.html
If the server is in auto-commit mode, the storage engine should automatically commit all read-only statements such as SELECT. Increment the count for every call to external_lock(), decrement when external_lock() is called with an argument of F_UNLCK. During a commit operation, all changes made during a transaction are made permanent and a rollback operation is not possible after ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-workspace-managing-hw-data.html
Refreshing Lakehouse Data: Your MySQL HeatWave Lakehouse data can be refreshed by a Lakehouse Incremental Load. Data is loaded into MySQL HeatWave from the associated DB System. If you have not loaded data into the DB System, see Importing Data.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-option-tables.html
ndb_metadata_check: Enable auto-detection of NDB metadata changes with respect to MySQL data dictionary; enabled by default. The following list includes command-line options, system variables, and status variables applicable within mysqld when it ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-index-stat.html
Running ndb_index_stat with the --update option causes sampleVersion to be incremented. --delete Command-Line Format --delete Delete the index statistics for the given table, stopping any auto-update that was previously configured. --update ...
https://dev.mysql.com/doc/refman/8.4/en/replication-administration-skip.html
One event normally corresponds to one SQL statement in the binary log, but note that statements that use AUTO_INCREMENT or LAST_INSERT_ID() count as two events in the binary log. For instructions to do this, see Section 9.5, “Point-in-Time ... If ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
minimal: Log only those columns in the before image that are required to identify the row to be changed; log only those columns in the after image where a value was specified by the SQL statement, or generated by auto-increment. Existing binary log ... 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 statements are written to the binary ...