1
0
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:
serg@serg.mylan
2004-06-27 13:16:19 +02:00
parent f941f842c3
commit cb188a89c1
3 changed files with 5 additions and 5 deletions

View File

@ -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;