Commit c21e6498 authored by grog@mysql.com's avatar grog@mysql.com

rpl_auto_increment_11932.test, rpl_auto_increment_11932.result:

  Drop test1 table in master as well.
parent 38fbacca
......@@ -44,3 +44,4 @@ id fname
1 testtest 1
2 test
drop database test1;
drop database test1;
......@@ -59,3 +59,5 @@ use test1;
select * from t1;
drop database test1;
connection master;
drop database test1;
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