diff options
author | unknown <monty@hundin.mysql.fi> | 2001-07-19 02:37:41 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-07-19 02:37:41 +0300 |
commit | 8e3872f34e26149437952832330814abb4438772 (patch) | |
tree | 503f57b34f990c1d732c5ea4d0d9332bf314143a /mysql-test/t/rpl_mystery22.test | |
parent | 61c04f0e9c934455eddef0cb97f2f8950980c131 (diff) | |
download | mariadb-git-8e3872f34e26149437952832330814abb4438772.tar.gz |
Fixed bad merge and fixed some wrong test cases
mysql-test/t/rpl_magic.test:
Added missing drop table
mysql-test/t/rpl_mystery22.test:
Added missing drop table
mysql-test/t/rpl_sporadic_master.test:
Fixed bad merge
Diffstat (limited to 'mysql-test/t/rpl_mystery22.test')
-rw-r--r-- | mysql-test/t/rpl_mystery22.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_mystery22.test b/mysql-test/t/rpl_mystery22.test index 3a48ef84dc1..e987074697b 100644 --- a/mysql-test/t/rpl_mystery22.test +++ b/mysql-test/t/rpl_mystery22.test @@ -1,5 +1,6 @@ # test case to make slave thread get ahead by 22 bytes +drop table if exists t1; source include/master-slave.inc; connection master; # first, cause a duplicate key problem on the slave |