MXS-2475 Final fix for mxs1980_blr_galera_server_ids

In this context wsrep_gtid_domain_id and gtid_domain_id need to
be the same to ensure that all gtids will be the same.
This commit is contained in:
Johan Wikman
2019-05-15 14:55:21 +03:00
parent 75d50c3411
commit 8a67c702b8

View File

@ -287,7 +287,7 @@ void setup_galera(TestConnections& test)
gc.stash_server_settings(i);
// https://mariadb.com/kb/en/library/using-mariadb-gtids-with-mariadb-galera-cluster/#wsrep-gtid-mode
gc.add_server_setting(i, "wsrep_gtid_mode=ON");
gc.add_server_setting(i, "wsrep_gtid_domain_id=13");
gc.add_server_setting(i, "wsrep_gtid_domain_id=0");
gc.add_server_setting(i, "gtid_domain_id=0");
gc.add_server_setting(i, "log_slave_updates=1");
gc.add_server_setting(i, "log_bin=galera-cluster");