* Fixed: replaced TYPEs with ENGINEs in SQL files (for better compatibility, TYPE is a synonym) [akrus]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12880 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -108,7 +108,7 @@ CREATE TABLE `char` (
|
||||
KEY `guild_id` (`guild_id`),
|
||||
KEY `name` (`name`),
|
||||
KEY `online` (`online`)
|
||||
) TYPE=MyISAM AUTO_INCREMENT=150000;
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=150000;
|
||||
|
||||
--
|
||||
-- Table structure for table `charlog`
|
||||
@@ -434,7 +434,7 @@ CREATE TABLE `login` (
|
||||
`state` int(11) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`account_id`),
|
||||
KEY `name` (`userid`)
|
||||
) TYPE=MyISAM AUTO_INCREMENT=2000000;
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=2000000;
|
||||
|
||||
-- added standard accounts for servers, VERY INSECURE!!!
|
||||
-- inserted into the table called login which is above
|
||||
|
||||
Reference in New Issue
Block a user