From 6b6f19bb94a26fafdb5c18a619c058d7f24bfc2b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 5 Nov 2015 08:21:53 +0100 Subject: [PATCH] Drop unused table file_map * used only for windows support * windows support was dropped in 8.2.0 - see #17379 * was introduced in fd8cb9974be30aaca0d65d1807d6a4f784da5f0b * ref #18935 --- db_structure.xml | 61 ------------------------------------ lib/repair/dropoldtables.php | 1 + version.php | 2 +- 3 files changed, 2 insertions(+), 62 deletions(-) diff --git a/db_structure.xml b/db_structure.xml index 6efcf497cf..8135746233 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -127,67 +127,6 @@ - - - *dbprefix*file_map - - - - - logic_path - text - - true - 512 - - - - logic_path_hash - text - - true - 32 - - - - physic_path - text - - true - 512 - - - - physic_path_hash - text - - true - 32 - - - - file_map_lp_index - true - true - - logic_path_hash - ascending - - - - - file_map_pp_index - true - - physic_path_hash - ascending - - - - - -
-