diff options
author | Elena Stepanova <elenst@wheezy-64.home> | 2014-03-11 00:02:22 +0400 |
---|---|---|
committer | Elena Stepanova <elenst@wheezy-64.home> | 2014-03-11 00:02:22 +0400 |
commit | f62eec522307392106415bda546535840dc7dbfd (patch) | |
tree | 45e5ee5faf1ec2c7a581c9022ac385d60ca7a87b /mysql-test/suite | |
parent | 3b55c2fe218ed8bb740da25e8f228e9a8ca72794 (diff) | |
download | mariadb-git-f62eec522307392106415bda546535840dc7dbfd.tar.gz |
The test had synchronization point, but did not save master position
before that, which caused indeterministic outcome
Diffstat (limited to 'mysql-test/suite')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_parallel.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_parallel.test b/mysql-test/suite/rpl/t/rpl_parallel.test index a8884143c4d..3ed4016380c 100644 --- a/mysql-test/suite/rpl/t/rpl_parallel.test +++ b/mysql-test/suite/rpl/t/rpl_parallel.test @@ -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 |