mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
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
This commit is contained in:
parent
b5de5c7658
commit
b25c2af5c2
1 changed files with 0 additions and 3 deletions
|
@ -486,9 +486,6 @@ REPLACE INTO '.PLUGINS_TABLE.'
|
||||||
invalidate_user_cache(true);
|
invalidate_user_cache(true);
|
||||||
$template->delete_compiled_templates();
|
$template->delete_compiled_templates();
|
||||||
|
|
||||||
// Tables Maintenance
|
|
||||||
do_maintenance_all_tables();
|
|
||||||
|
|
||||||
// Restore $page['infos'] in order to hide informations messages from functions calles
|
// Restore $page['infos'] in order to hide informations messages from functions calles
|
||||||
// errors messages are not hide
|
// errors messages are not hide
|
||||||
$page['infos'] = $page['infos_sav'];
|
$page['infos'] = $page['infos_sav'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue