mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
mergin 5.1 -> rep+2 -> rep+3. create_table_from_dump issue will be merged on the next step
This commit is contained in:
@@ -25,9 +25,7 @@ enable_query_log;
|
||||
# test the slave immediately writes DROP TEMPORARY TABLE this_old_table).
|
||||
# We wait for the slave to have written all he wants to the binlog
|
||||
# (otherwise RESET MASTER may come too early).
|
||||
save_master_pos;
|
||||
connection slave;
|
||||
sync_with_master;
|
||||
sync_slave_with_master;
|
||||
reset master;
|
||||
connection master;
|
||||
|
||||
|
Reference in New Issue
Block a user