Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.11
-
None
Description
In the documentation page "Using MariaDB GTIDs with MariaDB Galera Cluster", the text states:
“If you want to avoid writes accidentialy local GTIDS, you can avoid it with wsrep_gtid_mode = DISALLOW_LOCAL_GTID.” 
However, this is incorrect: the correct variable to configure is wsrep_mode, not wsrep_gtid_mode.