mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Backport for WL#3894
This commit is contained in:
@ -7,10 +7,6 @@ drop table if exists t1, t2;
|
||||
create table t1 (a int);
|
||||
--error 1051
|
||||
drop table t1, t2;
|
||||
save_master_pos;
|
||||
connection slave;
|
||||
sync_with_master;
|
||||
sync_slave_with_master;
|
||||
|
||||
# End of 4.1 tests
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user