Make WordPress Core


Ignore:
Timestamp:
02/05/2008 11:29:59 PM (17 years ago)
Author:
ryan
Message:

Order by and index on comment_date_gmt instead of comment_date to insulate order from offset changes. fixes #5773

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r6732 r6736  
    5454  KEY comment_approved (comment_approved),
    5555  KEY comment_post_ID (comment_post_ID),
    56   KEY comment_approved_date (comment_approved,comment_date)
     56  KEY comment_approved_date_gmt (comment_approved,comment_date_gmt)
    5757) $charset_collate;
    5858CREATE TABLE $wpdb->links (
Note: See TracChangeset for help on using the changeset viewer.