1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix deprecation warning - database_engine => storage_engine

This commit is contained in:
acurtis@pcgem.rdg.cyberkinetica.com
2004-01-18 22:30:35 +00:00
parent 0b7ebbb57d
commit aa31e98c90
5 changed files with 6 additions and 5 deletions

View File

@ -256,7 +256,7 @@ KEY t1_SortIndex (SORTORDER),
KEY t1_IdIndex (OBJECTID)
) TYPE=MyISAM DEFAULT CHARSET=latin1;
Warnings:
Warning 1286 'TYPE=database_engine' is deprecated. Use 'ENGINE=database_engine' instead.
Warning 1286 'TYPE=storage_engine' is deprecated. Use 'ENGINE=storage_engine' instead.
CREATE TABLE t2 (
ID int(11) default NULL,
PARID int(11) default NULL,