v3.0.0+
Status: | effective |
Progress: | 100% |
Version: | 3.0.0+ |
GTID
From semantic-mediawiki.org
MySQL defines GTID (global transaction identifier) as "... a unique identifier created and associated with each transaction committed on the server of origin (master) ...".1
See also[edit]
References
- ^ This identifier is unique not only to the server on which it originated, but is unique across all servers in a given replication setup. There is a 1-to-1 mapping between all transactions and all GTIDs.