aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-12-31 16:01:43 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-31 16:01:43 +0100
commit8eb1938fe83ec2879b46838c592c8aced4a2ef37 (patch)
tree6150b33422158ab2c0e7583505af1c34df07419b /sql/updates
parent2565af5fd34ce53bc390b660b4b8e180f2f9c4d3 (diff)
DB: Convert all databases to InnoDB engine
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2021_12_31_01_auth.sql2
-rw-r--r--sql/updates/characters/master/2021_12_31_00_characters.sql (renamed from sql/updates/characters/master/2021_13_31_00_characters.sql)0
-rw-r--r--sql/updates/characters/master/2021_12_31_01_characters.sql2
-rw-r--r--sql/updates/hotfixes/master/2021_12_31_01_hotfixes.sql6
-rw-r--r--sql/updates/world/master/2021_12_31_10_world.sql211
5 files changed, 221 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_12_31_01_auth.sql b/sql/updates/auth/master/2021_12_31_01_auth.sql
new file mode 100644
index 00000000000..c1cca3f8c7d
--- /dev/null
+++ b/sql/updates/auth/master/2021_12_31_01_auth.sql
@@ -0,0 +1,2 @@
+ALTER TABLE updates ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE updates_include ENGINE=InnoDB ROW_FORMAT=DEFAULT;
diff --git a/sql/updates/characters/master/2021_13_31_00_characters.sql b/sql/updates/characters/master/2021_12_31_00_characters.sql
index ba5c2057929..ba5c2057929 100644
--- a/sql/updates/characters/master/2021_13_31_00_characters.sql
+++ b/sql/updates/characters/master/2021_12_31_00_characters.sql
diff --git a/sql/updates/characters/master/2021_12_31_01_characters.sql b/sql/updates/characters/master/2021_12_31_01_characters.sql
new file mode 100644
index 00000000000..c1cca3f8c7d
--- /dev/null
+++ b/sql/updates/characters/master/2021_12_31_01_characters.sql
@@ -0,0 +1,2 @@
+ALTER TABLE updates ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE updates_include ENGINE=InnoDB ROW_FORMAT=DEFAULT;
diff --git a/sql/updates/hotfixes/master/2021_12_31_01_hotfixes.sql b/sql/updates/hotfixes/master/2021_12_31_01_hotfixes.sql
new file mode 100644
index 00000000000..35a48ee7ff4
--- /dev/null
+++ b/sql/updates/hotfixes/master/2021_12_31_01_hotfixes.sql
@@ -0,0 +1,6 @@
+ALTER TABLE creature ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_difficulty ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE hotfix_blob ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE hotfix_data ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE updates ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE updates_include ENGINE=InnoDB ROW_FORMAT=DEFAULT;
diff --git a/sql/updates/world/master/2021_12_31_10_world.sql b/sql/updates/world/master/2021_12_31_10_world.sql
new file mode 100644
index 00000000000..26a2bbd1712
--- /dev/null
+++ b/sql/updates/world/master/2021_12_31_10_world.sql
@@ -0,0 +1,211 @@
+ALTER TABLE achievement_reward_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_create_properties ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_create_properties_polygon_vertex ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_create_properties_spline_point ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_involvedrelation ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_scripts ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_tavern ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_teleport ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE areatrigger_template_actions ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE battleground_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE battlemaster_entry ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE blackmarket_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE character_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE character_template_class ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE class_expansion_requirement ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE command ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE conditions ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE conversation_actors ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE conversation_line_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE conversation_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_addon ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_classlevelstats ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_equip_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_formations ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_model_info ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_movement_override ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_onkill_reputation ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_questender ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_questitem ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_queststarter ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_summon_groups ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_template_addon ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_template_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_template_model ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_template_movement ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_text ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_text_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE creature_trainer ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE criteria_data ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE disables ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE disenchant_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE event_scripts ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE exploration_basexp ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE fishing_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_arena_seasons ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_battleground_holiday ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_condition ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_creature ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_creature_quest ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_gameobject ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_gameobject_quest ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_model_equip ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_npc_vendor ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_npcflag ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_pool ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_prerequisite ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_quest_condition ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_event_seasonal_questrelation ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_tele ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE game_weather ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_addon ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_overrides ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_questender ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_questitem ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_queststarter ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_template_addon ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gameobject_template_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE garrison_follower_class_spec_abilities ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE garrison_plot_finalize_info ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gossip_menu ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gossip_menu_option ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gossip_menu_option_action ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gossip_menu_option_box ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE gossip_menu_option_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE graveyard_zone ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE guild_rewards ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE guild_rewards_req_achievements ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE instance_encounters ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE instance_spawn_groups ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE instance_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE item_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE item_random_bonus_list_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE item_script_names ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE item_template_addon ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE jump_charge_params ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE lfg_dungeon_rewards ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE lfg_dungeon_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE linked_respawn ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE mail_level_reward ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE mail_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE milling_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE mount_definitions ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE npc_spellclick_spells ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE npc_text ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE npc_vendor ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE outdoorpvp_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE page_text ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE page_text_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE pet_levelstats ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE pet_name_generation ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE phase_area ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE phase_name ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE pickpocketing_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE player_classlevelstats ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE player_factionchange_achievement ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE player_factionchange_quests ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE player_factionchange_reputations ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE player_factionchange_spells ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE player_factionchange_titles ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE player_racestats ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE player_xp_for_level ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_response ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_response_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_response_maw_power ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_response_reward ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_response_reward_currency ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_response_reward_faction ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_response_reward_item ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playerchoice_response_reward_item_choice ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playercreateinfo ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playercreateinfo_action ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playercreateinfo_cast_spell ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playercreateinfo_item ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE playercreateinfo_spell_custom ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE points_of_interest ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE points_of_interest_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE pool_members ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE pool_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE prospecting_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_details ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_greeting ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_greeting_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_objectives ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_objectives_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_offer_reward ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_poi ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_poi_points ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_pool_members ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_pool_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_request_items ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_reward_choice_items ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_reward_display_spell ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_template_addon ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_template_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE quest_visual_effect ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE race_unlock_requirement ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE reference_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE reputation_reward_rate ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE reputation_spillover_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE scenario_poi ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE scenario_poi_points ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE scenarios ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE scene_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE script_waypoint ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE serverside_spell ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE serverside_spell_effect ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE skill_discovery_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE skill_extra_item_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE skill_fishing_base_level ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE skill_perfect_item_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE skill_tiers ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE skinning_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE smart_scripts ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spawn_group ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spawn_group_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_area ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_custom_attr ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_enchant_proc_data ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_group ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_group_stack_rules ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_learn_spell ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_linked_spell ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_loot_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_pet_auras ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_proc ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_required ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_script_names ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_scripts ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_target_position ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_threat ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE spell_totem_model ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE terrain_swap_defaults ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE terrain_worldmap ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE trainer ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE trainer_locale ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE trainer_spell ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE transports ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE trinity_string ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE updates ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE updates_include ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE vehicle_accessory ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE vehicle_template ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE vehicle_template_accessory ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE version ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE warden_checks ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE waypoint_data ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE waypoint_scripts ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE waypoints ENGINE=InnoDB ROW_FORMAT=DEFAULT;
+ALTER TABLE world_safe_locs ENGINE=InnoDB ROW_FORMAT=DEFAULT;