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
@@ -13,7 +13,7 @@ CREATE TABLE t1 (
|
||||
sessions int(10) unsigned DEFAULT '0' NOT NULL,
|
||||
ts timestamp(14),
|
||||
PRIMARY KEY (visitor_id,group_id)
|
||||
)/*! type=MyISAM */;
|
||||
)/*! engine=MyISAM */;
|
||||
INSERT INTO t1 VALUES (465931136,7,2,2,20000318160952);
|
||||
INSERT INTO t1 VALUES (173865424,2,2,2,20000318233615);
|
||||
INSERT INTO t1 VALUES (173865424,8,2,2,20000318233615);
|
||||
|
||||
Reference in New Issue
Block a user