mariadb/mysql-test/suite/galera_3nodes/t/MDEV-29171.cnf
Daniele Sciascia 9ec475c376 MDEV-29171 changing the value of wsrep_gtid_domain_id with full cluster restart fails on some nodes
Fix `wsrep_init_gtid()` to avoid overwriting the domain id received
during state transfer.

Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
2023-01-17 14:08:28 +02:00

14 lines
220 B
INI

!include ../galera_3nodes.cnf
[mysqld.1]
wsrep-node-name="node1"
wsrep-gtid-mode=ON
wsrep-gtid-domain-id=100
[mysqld.2]
wsrep-node-name="node2"
wsrep-gtid-mode=ON
[mysqld.3]
wsrep-node-name="node3"
wsrep-gtid-mode=ON