Replaced the TYPE keyword with ENGINE in all sql files, because this is the preferred alternative.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12480 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -27,7 +27,7 @@ CREATE TABLE `item_db2` (
|
||||
`equip_script` text,
|
||||
`unequip_script` text,
|
||||
PRIMARY KEY (`id`)
|
||||
) TYPE=MyISAM;
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
# Items Additional Database - Custom Items go here
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user