gtid_ignore_duplicates
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
When set, different master connections in multi-source replication are allowed to receive and process event groups with the same GTID (when using GTID mode). Only one will be applied, any others will be ignored. Within a given replication domain, just the sequence number will be used to decide whether a given GTID has been already applied; this means it is the responsibility of the user to ensure that GTID sequence numbers are strictly increasing.
DETAILS
PARAMETERS
Command-line | --gtid_ignore_duplicates[={OFF| |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global |
Data Type | BOOLEAN (OFF, ON) |
Product Default Value | OFF |
SKYSQL
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.