Changes between Version 20 and Version 21 of InstallationGuidelines/MySQL


Ignore:
Timestamp:
09/06/10 08:06:32 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/MySQL

    v20 v21  
    6363Index columns which are sorted on (especially on tables with many records) [we sort by name in most dropdowns]:
    6464 * gis_location.name
     65 * pr_person.first_name
    6566{{{
    6667ALTER TABLE `gis_location` ADD INDEX ( `name` );
     68ALTER TABLE `pr_person` ADD INDEX ( `first_name` );
    6769}}}
    6870=== MySQL Replication ===