summaryrefslogtreecommitdiff
path: root/mysql-test/r/lowercase_table3.result
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-06-27 13:16:19 +0200
committerserg@serg.mylan <>2004-06-27 13:16:19 +0200
commitcb188a89c1d94ab6b140ba62c5b7848d28e9eb31 (patch)
treee732203eb3f371a8cb0b96ce29f445797530b0bf /mysql-test/r/lowercase_table3.result
parentf941f842c3f3347023947ae046ff7a6f6b7cabd2 (diff)
downloadmariadb-git-cb188a89c1d94ab6b140ba62c5b7848d28e9eb31.tar.gz
after merge fix
Diffstat (limited to 'mysql-test/r/lowercase_table3.result')
-rw-r--r--mysql-test/r/lowercase_table3.result4
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;