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 --- sql-files/upgrade_svn11018.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-files/upgrade_svn11018.sql') diff --git a/sql-files/upgrade_svn11018.sql b/sql-files/upgrade_svn11018.sql index 176d7e12d..8c2a4c2d9 100644 --- a/sql-files/upgrade_svn11018.sql +++ b/sql-files/upgrade_svn11018.sql @@ -7,4 +7,4 @@ CREATE TABLE `hotkey` ( `skill_lvl` TINYINT(4) unsigned NOT NULL default '0', PRIMARY KEY (`char_id`,`hotkey`), INDEX (`char_id`) -) TYPE=MYISAM; +) ENGINE=MYISAM; -- cgit v1.2.3-70-g09d2