From 8eb1938fe83ec2879b46838c592c8aced4a2ef37 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 31 Dec 2021 16:01:43 +0100 Subject: DB: Convert all databases to InnoDB engine --- sql/updates/hotfixes/master/2021_12_31_01_hotfixes.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/hotfixes/master/2021_12_31_01_hotfixes.sql (limited to 'sql/updates/hotfixes') 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; -- cgit v1.2.3