Changeset 1545

Show
Ignore:
Timestamp:
12/22/2009 01:01:30 PM (8 months ago)
Author:
BrianKoontz
Message:

Ported [928] from trunk to 1.3. Refs #398, #912.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.3/setup/install.php

    r1539 r1545  
    487487        test("Setting default DatabaseInfo ACL...", 
    488488        @mysql_query("insert into ".$config['table_prefix']."acls set page_tag = 'DatabaseInfo', comment_read_acl = '!*', comment_post_acl = '!*'", $dblink), __('Already done? OK!'), 0); 
     489        test(__('Creating index on owner column').'...',  
     490        @mysql_query('alter table '.$config['table_prefix'].'pages add index `idx_owner` (`owner`)', $dblink), __('Already done?  OK!'), 0);  
    489491} 
    490492