Commit e5503c27 authored by lars@mysql.com's avatar lars@mysql.com

Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1

into  mysql.com:/users/lthalmann/bk/mysql-4.1-magnus
parents 27373d1d 06dd1044
...@@ -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