summaryrefslogtreecommitdiff
path: root/mysql-test/t/lowercase_table.test
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-09-03 02:25:27 +0300
committermonty@mysql.com <>2004-09-03 02:25:27 +0300
commitbb4ccdb1772ba979d132aeda270288033ff86fd2 (patch)
tree2c3de27c55c2158bb0643aad40b6246069fb7920 /mysql-test/t/lowercase_table.test
parent8547d98c88369c517853fe9f27cdcab1c14dfbc9 (diff)
downloadmariadb-git-bb4ccdb1772ba979d132aeda270288033ff86fd2.tar.gz
Remove extra '/' after mysql_real_data_home
Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
Diffstat (limited to 'mysql-test/t/lowercase_table.test')
-rw-r--r--mysql-test/t/lowercase_table.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/lowercase_table.test b/mysql-test/t/lowercase_table.test
index b36d63bfd72..a9c0c976afc 100644
--- a/mysql-test/t/lowercase_table.test
+++ b/mysql-test/t/lowercase_table.test
@@ -4,6 +4,8 @@
--disable_warnings
drop table if exists t1,t2,t3,t4;
+# Clear up from other tests (to ensure that SHOW TABLES below is right)
+drop table if exists t0,t5,t6,t7,t8,t9;
drop database if exists mysqltest;
--enable_warnings