summaryrefslogtreecommitdiff
path: root/mysql-test/r/lowercase_table3.result
diff options
context:
space:
mode:
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;