mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
WorkLog#1323
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
This commit is contained in:
parent
28113396ec
commit
fcf96dbb18
@@ -6,7 +6,7 @@ hits int(10) unsigned DEFAULT '0' NOT NULL,
|
||||
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