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/r/lowercase_table.result | |
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/r/lowercase_table.result')
-rw-r--r-- | mysql-test/r/lowercase_table.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/lowercase_table.result b/mysql-test/r/lowercase_table.result index f0cb4cc3ccf..a30ec0f160c 100644 --- a/mysql-test/r/lowercase_table.result +++ b/mysql-test/r/lowercase_table.result @@ -1,4 +1,5 @@ drop table if exists t1,t2,t3,t4; +drop table if exists t0,t5,t6,t7,t8,t9; drop database if exists mysqltest; create table T1 (id int primary key, Word varchar(40) not null, Index(Word)); create table t4 (id int primary key, Word varchar(40) not null); |