aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <none@none>2010-09-01 17:03:43 +0300
committerShocker <none@none>2010-09-01 17:03:43 +0300
commit96765bc6e04e667d06418d1a0cadc8600fdddb3e (patch)
treeccb75766d67cb037c4ee99392e1c2401c41243ae /sql/updates
parent90a2e23a9702a14507b7c9ce597265458ea08538 (diff)
creature_respawn should be InnoDB since it's prone to continuous writes
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9709_world_creature_respawn.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9709_world_creature_respawn.sql b/sql/updates/9709_world_creature_respawn.sql
new file mode 100644
index 00000000000..00cd83b51c2
--- /dev/null
+++ b/sql/updates/9709_world_creature_respawn.sql
@@ -0,0 +1 @@
+ALTER TABLE `creature_respawn` ENGINE = InnoDB;