diff options
author | plegall <plg@piwigo.org> | 2015-05-28 13:16:34 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2015-05-28 13:16:34 +0000 |
commit | b25c2af5c29a72d0b26b356f96c6e4f03170aca0 (patch) | |
tree | 2e22e91dfa11bd586e96126944927ce48654cb2b | |
parent | b5de5c7658109d26af0fbcd46550bf6de2e515e6 (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 '')
-rw-r--r-- | upgrade.php | 3 |
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']; |