mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
WorkLog#1323
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
This commit is contained in:
parent
28113396ec
commit
fcf96dbb18
@@ -5,7 +5,7 @@ Table_locks_immediate 0
|
||||
Table_locks_waited 0
|
||||
SET SQL_LOG_BIN=0;
|
||||
drop table if exists t1;
|
||||
create table t1(n int) type=myisam;
|
||||
create table t1(n int) engine=myisam;
|
||||
insert into t1 values(1);
|
||||
lock tables t1 read;
|
||||
unlock tables;
|
||||
|
||||
Reference in New Issue
Block a user