mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1
into mysql.com:/users/lthalmann/bk/mysql-4.1-magnus
This commit is contained in:
commit
e21f484390
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ select * from t1;
|
|||
connection master;
|
||||
delete from mysql.user where user='rpl';
|
||||
flush privileges;
|
||||
sync_slave_with_master;
|
||||
connection slave;
|
||||
stop slave;
|
||||
start slave;
|
||||
|
|
Loading…
Reference in a new issue