diff options
author | sasha@mysql.sashanet.com <> | 2001-01-02 21:46:33 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-01-02 21:46:33 -0700 |
commit | e962b04bd02421e0ec6502e585dffcb37e951065 (patch) | |
tree | d63ad5159963d391188f54a2b4f70e730e370b82 /mysql-test/t/rpl000014.test | |
parent | 9ff59511a5001a07a3c1ef2c4531f69fb8180a72 (diff) | |
download | mariadb-git-e962b04bd02421e0ec6502e585dffcb37e951065.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
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); |