[MDEV-25024] Document wsrep_mode to disallow local GTID Created: 2021-03-02 Updated: 2021-04-20 Resolved: 2021-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Galera |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Added a new wsrep_mode feature DISALLOW_LOCAL_GTID for this. Nodes can have GTIDs for local transactions in the following scenarios:
If user has set wsrep_mode=DISALLOW_LOCAL_GTID these operations produce a error ERROR HY000: Galera replication not supported. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2021-03-02 ] | |||||||||||||||||||
|
Example 1:
| |||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2021-03-02 ] | |||||||||||||||||||
|
Example 2:
| |||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2021-03-02 ] | |||||||||||||||||||
|
Example 3:
| |||||||||||||||||||
| Comment by Ian Gilfillan [ 2021-04-20 ] | |||||||||||||||||||
|
Was documented at https://mariadb.com/kb/en/galera-cluster-system-variables/#wsrep_mode |