mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
MDEV-18176 Galera test failure on galera.galera_gtid_slave_sst_rsync
If galera.galera_gtid_slave_sst_rsync is repeated more than once it will fail due incorrect GTID position. After stopping SLAVE node reset also GTID_SLAVE_POS variable.
This commit is contained in:
parent
7d3161def8
commit
69328c31ed
2 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,7 @@ DROP TABLE t2,t1;
|
|||
#Connection 2
|
||||
STOP SLAVE;
|
||||
RESET SLAVE ALL;
|
||||
set global gtid_slave_pos="";
|
||||
reset master;
|
||||
#Connection 3
|
||||
reset master;
|
||||
|
|
|
@ -196,6 +196,9 @@ DROP TABLE t2,t1;
|
|||
--connection node_2
|
||||
STOP SLAVE;
|
||||
RESET SLAVE ALL;
|
||||
--disable_warnings
|
||||
set global gtid_slave_pos="";
|
||||
--enable_warnings
|
||||
reset master;
|
||||
|
||||
--echo #Connection 3
|
||||
|
|
Loading…
Reference in a new issue