mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
2024cddaa4
wsrep_gtid_domain_id was incorrectly being parsed and stored as a signed long number on the joiner node.
17 lines
332 B
INI
17 lines
332 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld]
|
|
log-bin
|
|
log-slave-updates
|
|
|
|
[mysqld.1]
|
|
gtid_domain_id=1
|
|
wsrep_gtid_mode=ON
|
|
# Maximum allowed wsrep_gtid_domain_id.
|
|
wsrep_gtid_domain_id=4294967295
|
|
|
|
[mysqld.2]
|
|
gtid_domain_id=2
|
|
wsrep_gtid_mode=ON
|
|
#wsrep_gitd_domain_id value will be inherited from donor node (mysqld.1)
|
|
#wsrep_gitd_domain_id=X
|