Ignore:
Timestamp:
Mar 28, 2006, 11:05:12 PM (18 years ago)
Author:
rub
Message:

Improvement issue 0000319:
Add new item on page administration/maintenance.
This item allow to repair and optimize database

Functionality tested with MySQL 4.1.9.
Please to report problem with previous version of MySql

Location:
trunk/language/en_UK.iso-8859-1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r1107 r1111  
    294294$lang['purge history'] = 'purge history';
    295295$lang['purge never used notification feeds'] = 'purge never used notification feeds';
     296$lang['repair and optimize database'] = 'repair and optimize database';
    296297$lang['purge sessions'] = 'purge sessions';
    297298$lang['randomly represented'] = 'randomly represented';
  • trunk/language/en_UK.iso-8859-1/help/maintenance.html

    r889 r1111  
    1212<ul>
    1313
    14   <li><strong>update categories informations</strong>. For each category,
     14  <li><strong>Update categories informations</strong>. For each category,
    1515  informations to update or control are the following : list of parent
    1616  categories, number of pictures, date of the last picture, position among
     
    1818  the coherence of representative picture.</li>
    1919
    20   <li><strong>update images informations</strong>. For each picture,
     20  <li><strong>Update images informations</strong>. For each picture,
    2121  informations to update are : full path to file, average
    2222  rate. <em>Warning</em>: do not get confuse with metadata informations
     
    2626  example).</li>
    2727
    28   <li><strong>purge history</strong>. Delete all lines from
     28  <li><strong>Purge history</strong>. Delete all lines from
    2929  <code>history</code> table. Screen <span class="pwgScreen">Administration,
    3030  General, History</span> shows no informations anymore on past
     
    3232  get informations back.</li>
    3333
    34   <li><strong>purge sessions</strong>. Delete expired user sessions.</li>
     34  <li><strong>Purge sessions</strong>. Delete expired user sessions.</li>
    3535
    36   <li><strong>purge never used notification feeds</strong></li>
     36  <li><strong>Purge never used notification feeds</strong></li>
     37
     38  <li><strong>Repair and optimize database</strong>
     39  For each table, re-odrer, repair and optimize operations are done.
     40  </li>
    3741
    3842</ul>
Note: See TracChangeset for help on using the changeset viewer.