Commit 46e73b40 authored by unknown's avatar unknown

mysql-test/t/rpl000015.test

    reversed incorrect temporary change


mysql-test/t/rpl000015.test:
  reversed incorrect temporary change
parent 72ccee9d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment