mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
![Jan Lindström](/assets/img/avatar_default.png)
Problem was that updates to mysql.gtid_slave_pos table were replicated even when they were newer used and because that newer deleted. Avoid replication of mysql.gtid_slave_pos table if wsrep_gtid_mode=OFF. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
9 lines
159 B
INI
9 lines
159 B
INI
!include ../galera_2nodes_as_slave.cnf
|
|
|
|
[mysqld]
|
|
wsrep-debug=1
|
|
server_id=15
|
|
wsrep_gtid_mode=OFF
|
|
wsrep_gtid_domain_id=16
|
|
gtid_domain_id=11
|
|
gtid_strict_mode=OFF
|