diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-11 16:36:07 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-11 16:36:07 -0600 |
commit | 46e73b40a8a0867f4cfeb3d56ee15995e342d7e2 (patch) | |
tree | 707fb628ef6d8f241fb770ec410fb500b4200e4a /mysql-test | |
parent | 72ccee9d37277f76f68598ef0681d28719db5d6f (diff) | |
download | mariadb-git-46e73b40a8a0867f4cfeb3d56ee15995e342d7e2.tar.gz |
mysql-test/t/rpl000015.test
reversed incorrect temporary change
mysql-test/t/rpl000015.test:
reversed incorrect temporary change
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl000015.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test index 0cf87d0fae4..ce04b18d2e8 100644 --- a/mysql-test/t/rpl000015.test +++ b/mysql-test/t/rpl000015.test @@ -13,7 +13,7 @@ show slave status; change master to master_host='127.0.0.1',master_user='root', master_password='',master_port=9306; show slave status; -!slave start; +slave start; sync_with_master; show slave status; connection master; |