diff options
author | monty@mysql.com <> | 2004-09-03 02:25:27 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-09-03 02:25:27 +0300 |
commit | bb4ccdb1772ba979d132aeda270288033ff86fd2 (patch) | |
tree | 2c3de27c55c2158bb0643aad40b6246069fb7920 /mysql-test/t/rename.test | |
parent | 8547d98c88369c517853fe9f27cdcab1c14dfbc9 (diff) | |
download | mariadb-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/rename.test')
-rw-r--r-- | mysql-test/t/rename.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rename.test b/mysql-test/t/rename.test index bea0641ad23..e6dc6ce9456 100644 --- a/mysql-test/t/rename.test +++ b/mysql-test/t/rename.test @@ -4,6 +4,8 @@ --disable_warnings drop table if exists t0,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; --enable_warnings create table t0 SELECT 1,"table 1"; |