diff options
author | unknown <serg@serg.mylan> | 2004-06-27 13:16:19 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-06-27 13:16:19 +0200 |
commit | 404730a123f09e3c3114ac9e70dfe80bfd3b0bd8 (patch) | |
tree | e732203eb3f371a8cb0b96ce29f445797530b0bf /mysql-test/r/lowercase_table3.result | |
parent | 54f47f1ef6ef5e4f42b22581dc445e94ee97932e (diff) | |
download | mariadb-git-404730a123f09e3c3114ac9e70dfe80bfd3b0bd8.tar.gz |
after merge fix
mysql-test/r/lowercase_table2.result:
results updated
Diffstat (limited to 'mysql-test/r/lowercase_table3.result')
-rw-r--r-- | mysql-test/r/lowercase_table3.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/lowercase_table3.result b/mysql-test/r/lowercase_table3.result index 362d17e0461..ecb785f243f 100644 --- a/mysql-test/r/lowercase_table3.result +++ b/mysql-test/r/lowercase_table3.result @@ -4,7 +4,7 @@ SELECT * from T1; a drop table t1; flush tables; -CREATE TABLE t1 (a int) type=INNODB; +CREATE TABLE t1 (a int) ENGINE=INNODB; SELECT * from T1; -Can't open file: 'T1.InnoDB'. (errno: 1) +ERROR HY000: Can't open file: 'T1.InnoDB'. (errno: 1) drop table t1; |