summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000014.test
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-01-02 21:46:33 -0700
committerunknown <sasha@mysql.sashanet.com>2001-01-02 21:46:33 -0700
commit1cf31b8537ae262fc8f1c327741afe20925361bc (patch)
treed63ad5159963d391188f54a2b4f70e730e370b82 /mysql-test/t/rpl000014.test
parent2218bce9cc1ac5bac5d1b27362ff55663768e4c2 (diff)
downloadmariadb-git-1cf31b8537ae262fc8f1c327741afe20925361bc.tar.gz
show_check.test fixed cleanup problem
rpl000014.test fixed bug in testcase rename.test fixed cleanup problem handler.cc added a comment sql_class.h fixed bug in active_transaction() when MySQL was not compiled with transaction support mysql-test/t/rename.test: fixed cleanup problem mysql-test/t/rpl000014.test: fixed bug in testcase mysql-test/t/show_check.test: fixed cleanup problem sql/handler.cc: added a comment sql/sql_class.h: fixed bug in active_transaction() when MySQL was not compiled with transaction support
Diffstat (limited to 'mysql-test/t/rpl000014.test')
-rw-r--r--mysql-test/t/rpl000014.test1
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);