mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
rpl_auto_increment_11932.test, rpl_auto_increment_11932.result:
Drop test1 table in master as well. mysql-test/r/rpl_auto_increment_11932.result: Drop test1 table in master as well. mysql-test/t/rpl_auto_increment_11932.test: Drop test1 table in master as well.
This commit is contained in:
@ -44,3 +44,4 @@ id fname
|
|||||||
1 testtest 1
|
1 testtest 1
|
||||||
2 test
|
2 test
|
||||||
drop database test1;
|
drop database test1;
|
||||||
|
drop database test1;
|
||||||
|
@ -59,3 +59,5 @@ use test1;
|
|||||||
select * from t1;
|
select * from t1;
|
||||||
|
|
||||||
drop database test1;
|
drop database test1;
|
||||||
|
connection master;
|
||||||
|
drop database test1;
|
||||||
|
Reference in New Issue
Block a user