From 43cd16d6223038e798e151df8038c81d18414353 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 4 Apr 2008 21:04:47 +0000 Subject: Replaced the TYPE keyword with ENGINE in all sql files, because this is the preferred alternative. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12480 54d463be-8e91-2dee-dedb-b68131a5f0ec --- tools/mob_db.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mob_db.pl') diff --git a/tools/mob_db.pl b/tools/mob_db.pl index e6eb859c4..ebcf2b74b 100755 --- a/tools/mob_db.pl +++ b/tools/mob_db.pl @@ -67,7 +67,7 @@ CREATE TABLE `mob_db` ( `DropCardid` smallint(9) unsigned NOT NULL default '0', `DropCardper` smallint(9) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) -) TYPE=MyISAM; +) ENGINE=MyISAM; "; printf("%s\n",$create_table); while ($ligne=) -- cgit v1.2.3-60-g2f50