Commit 06dd1044 authored by lars@mysql.com's avatar lars@mysql.com

Added synchronization to rpl_slave_status.test

parent 7493f615
...@@ -19,6 +19,7 @@ select * from t1; ...@@ -19,6 +19,7 @@ select * from t1;
connection master; connection master;
delete from mysql.user where user='rpl'; delete from mysql.user where user='rpl';
flush privileges; flush privileges;
sync_slave_with_master;
connection slave; connection slave;
stop slave; stop slave;
start slave; start slave;
......
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