Skip to content

Commit

Permalink
bug 3226: no need to make upgrade slow (on big tables) with a do_main…
Browse files Browse the repository at this point in the history
…tenance_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
  • Loading branch information
plegall committed May 28, 2015
1 parent b5de5c7 commit b25c2af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions upgrade.php
Expand Up @@ -486,9 +486,6 @@ function print_time($message)
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'];
Expand Down

0 comments on commit b25c2af

Please sign in to comment.