Changeset 31184


Ignore:
Timestamp:
May 28, 2015, 3:16:34 PM (9 years ago)
Author:
plg
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upgrade.php

    r29736 r31184  
    487487    $template->delete_compiled_templates();
    488488
    489     // Tables Maintenance
    490     do_maintenance_all_tables();
    491 
    492489    // Restore $page['infos'] in order to hide informations messages from functions calles
    493490    // errors messages are not hide
Note: See TracChangeset for help on using the changeset viewer.