diff options
author | Andrei Elkin <aelkin@mysql.com> | 2009-10-01 19:44:53 +0300 |
---|---|---|
committer | Andrei Elkin <aelkin@mysql.com> | 2009-10-01 19:44:53 +0300 |
commit | 66632640ef679827bda0e74f42c5ceea77113168 (patch) | |
tree | e2849e3cfc039882029b2eb6059cefa89b85f0de /mysql-test/include | |
parent | fe4225c481fd2cc1d40e74db175db9eb1d6afb01 (diff) | |
download | mariadb-git-66632640ef679827bda0e74f42c5ceea77113168.tar.gz |
backporting bug@27808 fixes
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/master-slave.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/master-slave.inc b/mysql-test/include/master-slave.inc index e0eb87f02f7..25e0150dd0a 100644 --- a/mysql-test/include/master-slave.inc +++ b/mysql-test/include/master-slave.inc @@ -8,5 +8,7 @@ connect (slave1,127.0.0.1,root,,test,$SLAVE_MYPORT,); -- source include/master-slave-reset.inc +connection master; +sync_slave_with_master; # Set the default connection to 'master' connection master; |