From 96765bc6e04e667d06418d1a0cadc8600fdddb3e Mon Sep 17 00:00:00 2001 From: Shocker Date: Wed, 1 Sep 2010 17:03:43 +0300 Subject: creature_respawn should be InnoDB since it's prone to continuous writes --HG-- branch : trunk --- sql/base/world_database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 3245fd5bb44..0cde2c20516 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -1575,7 +1575,7 @@ CREATE TABLE `creature_respawn` ( `instance` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`guid`,`instance`), KEY `instance` (`instance`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Grid Loading System'; +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Grid Loading System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- cgit v1.2.3