Search



Search Results
Displaying 201 to 210 of 494 total results
https://dev.mysql.com/doc/refman/8.4/en/replication-semisync-interface.html
You can improve the performance of semisynchronous replication by enabling the system variables replication_sender_observe_commit_only, which limits callbacks, and replication_optimize_for_static_plugin_config, which adds shared locks and avoids ...
https://dev.mysql.com/doc/refman/8.4/en/replication-semisync.html
If semisynchronous replication is enabled on the source side and there is at least one semisynchronous replica, a thread that performs a transaction commit on the source blocks and waits until at least one semisynchronous replica acknowledges that ... In addition to the built-in asynchronous replication, MySQL 8.4 supports an interface to semisynchronous replication that is implemented by ...
https://dev.mysql.com/doc/refman/8.4/en/replication-solutions-backups-read-only.html
Note The instructions in this section place the server to be backed up in a state that is safe for backup methods that get the data from the server, such as mysqldump (see Section 6.5.4, “mysqldump — A Database Backup Program”). You should not ...
https://dev.mysql.com/doc/refman/8.4/en/savepoint.html
Modifications that the current transaction made to rows after the savepoint was set are undone in the rollback, but InnoDB does not release the row locks that were stored in memory after the savepoint. (For a new inserted row, the lock information ... SAVEPOINT identifier ROLLBACK [WORK] TO [SAVEPOINT] identifier RELEASE SAVEPOINT identifier InnoDB supports the SQL statements SAVEPOINT, ROLLBACK TO SAVEPOINT, RELEASE SAVEPOINT and the optional WORK keyword for ...
https://dev.mysql.com/doc/refman/8.4/en/set-operations.html
Result Set Column Names and Data Types Set Operations with TABLE and VALUES Statements Set Operations using DISTINCT and ALL Set Operations with ORDER BY and LIMIT Limitations of Set Operations SQL set operations combine the results of multiple ...
https://dev.mysql.com/doc/refman/8.4/en/what-is-crashing.html
This can normally be checked by pressing the Caps Lock key. If the Caps Lock light does not change, you have to replace your keyboard. If your keyboard is locked up, you may be able to recover by logging in to your machine from another machine and ...(Before doing this, you should try to restart your computer and check all cables to the keyboard.) The mouse pointer does not ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-performance.html
Then the time where non-InnoDB tables are read-locked will be short and the normal processing of mysqld will not be disturbed much. If the preceding conditions are not met in your database application, use the --only-innodb option to back up only ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.backup.html
When creating a backup using transportable tablespace (TTS) for a server containing tables with a mix of the Antelope and Barracuda file formats, do not apply full locking on the tables (that is, do not specify --use-tts=with-full-locking). Instead, ... Please refer to the MySQL Enterprise Backup 8.4 Release Notes for a list of fixed bugs for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.usage.html
--exec-when-locked Execute the specified utility in the lock phase near the end of the backup operation. The following sections describe the command-line options for the different modes of operation of mysqlbackup. Use the hyperlinks at the option ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mysqld.html
ndb-log-exclusive-reads: Log primary key reads with exclusive locks; allow conflict resolution based on read conflicts. Ndb_api_wait_exec_complete_count: Number of times thread has been blocked while waiting for operation execution to complete by ...
Displaying 201 to 210 of 494 total results