From b25c2af5c29a72d0b26b356f96c6e4f03170aca0 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 28 May 2015 13:16:34 +0000 Subject: bug 3226: no need to make upgrade slow (on big tables) with a do_maintenance_all_tables() call, that is not the right time to do that git-svn-id: http://piwigo.org/svn/trunk@31184 68402e56-0260-453c-a942-63ccdbb3a9ee --- upgrade.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'upgrade.php') diff --git a/upgrade.php b/upgrade.php index b9b1385f0..4b4e9ecbc 100644 --- a/upgrade.php +++ b/upgrade.php @@ -486,9 +486,6 @@ REPLACE INTO '.PLUGINS_TABLE.' invalidate_user_cache(true); $template->delete_compiled_templates(); - // Tables Maintenance - do_maintenance_all_tables(); - // Restore $page['infos'] in order to hide informations messages from functions calles // errors messages are not hide $page['infos'] = $page['infos_sav']; -- cgit v1.2.3