summaryrefslogtreecommitdiff
path: root/mysql-test/t/rename.test
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-01-02 21:46:33 -0700
committersasha@mysql.sashanet.com <>2001-01-02 21:46:33 -0700
commite962b04bd02421e0ec6502e585dffcb37e951065 (patch)
treed63ad5159963d391188f54a2b4f70e730e370b82 /mysql-test/t/rename.test
parent9ff59511a5001a07a3c1ef2c4531f69fb8180a72 (diff)
downloadmariadb-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/rename.test')
-rw-r--r--mysql-test/t/rename.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rename.test b/mysql-test/t/rename.test
index 98b2e267677..2a9cf113a47 100644
--- a/mysql-test/t/rename.test
+++ b/mysql-test/t/rename.test
@@ -2,7 +2,7 @@
# Test of rename table
#
-drop table if exists t1,t2,t3,t4;
+drop table if exists t0,t1,t2,t3,t4;
create table t0 SELECT 1,"table 1";
create table t2 SELECT 2,"table 2";
create table t3 SELECT 3,"table 3";