Using MariaDB GTIDs with MariaDB Galera Cluster
MariaDB Galera Cluster has partial GTID support via wsrep_gtid_mode, which associates write-sets with globally unique GTIDs that remain consistent across cluster nodes in most cases.
MariaDB's are very useful when used with , which is primarily what that feature was developed for. , on the other hand, was developed by Codership for all MySQL and MariaDB variants, and the initial development of the technology pre-dated MariaDB's implementation. As a side effect, (at least until ) only partially supports MariaDB's implementation.
Galera Cluster has its own that is substantially different from . However, it would still be beneficial if was able to associate a Galera Cluster write set with a that is globally unique but that is also consistent for that write set on each cluster node.
MariaDB supports .
MariaDB has a feature called wsrep GTID mode. When this mode is enabled, MariaDB uses some tricks to try to associate each Galera Cluster write set with a that is globally unique, but that is also consistent for that write set on each cluster node. These tricks work in some cases, but