mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
after merge fix
This commit is contained in:
@ -31,7 +31,7 @@ flush tables;
|
||||
# storing things in lower case.
|
||||
#
|
||||
|
||||
CREATE TABLE t1 (a int) type=INNODB;
|
||||
CREATE TABLE t1 (a int) ENGINE=INNODB;
|
||||
--error 1016
|
||||
SELECT * from T1;
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user