mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
The test had synchronization point, but did not save master position
before that, which caused indeterministic outcome
This commit is contained in:
@ -1094,6 +1094,8 @@ INSERT INTO t3 VALUES (103, rand());
|
||||
INSERT INTO t3 VALUES (104, rand());
|
||||
INSERT INTO t3 VALUES (105, rand());
|
||||
|
||||
--save_master_pos
|
||||
|
||||
--connection server_2
|
||||
--sync_with_master
|
||||
--source include/stop_slave.inc
|
||||
|
Reference in New Issue
Block a user