aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-05-28 13:16:34 +0000
committerplegall <plg@piwigo.org>2015-05-28 13:16:34 +0000
commitb25c2af5c29a72d0b26b356f96c6e4f03170aca0 (patch)
tree2e22e91dfa11bd586e96126944927ce48654cb2b /upgrade.php
parentb5de5c7658109d26af0fbcd46550bf6de2e515e6 (diff)
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
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php3
1 files changed, 0 insertions, 3 deletions
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'];