Commit 6d3f0f8c authored by unknown's avatar unknown

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.
parent c935e678
...@@ -44,3 +44,4 @@ id fname ...@@ -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; ...@@ -59,3 +59,5 @@ use test1;
select * from t1; select * from t1;
drop database test1; 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