diff options
Diffstat (limited to 'mysql-test/t/rpl000014.test')
-rw-r--r-- | mysql-test/t/rpl000014.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000014.test b/mysql-test/t/rpl000014.test index 327dde5f5db..3ab5360d82d 100644 --- a/mysql-test/t/rpl000014.test +++ b/mysql-test/t/rpl000014.test @@ -15,6 +15,7 @@ change master to master_log_pos=173; show slave status; connection master; show master status; +create table if not exists foo(n int); drop table if exists foo; create table foo (n int); insert into foo values (1),(2),(3); |