mirror of
https://github.com/MariaDB/server.git
synced 2025-02-12 00:15:35 +01:00
![Daniele Sciascia](/assets/img/avatar_default.png)
Fix `wsrep_init_gtid()` to avoid overwriting the domain id received during state transfer. Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
14 lines
220 B
INI
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
|