From b94e1cdc1d9e961946faff65d0bf1a399c416097 Mon Sep 17 00:00:00 2001 From: Nayd Date: Sun, 16 Nov 2014 01:20:12 +0000 Subject: Core/Loading: Fix crash in LoadMissingKeyChains Also emptied `world`.`keychain_db2` Closes #13566 --- sql/updates/world/2014_11_16_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_11_16_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_11_16_00_world.sql b/sql/updates/world/2014_11_16_00_world.sql new file mode 100644 index 00000000000..f2483d6aed5 --- /dev/null +++ b/sql/updates/world/2014_11_16_00_world.sql @@ -0,0 +1 @@ +TRUNCATE `keychain_db2`; -- cgit v1.2.3