Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -879,7 +879,7 @@ |
880 | 880 | INDEX new_name_timestamp (rc_new,rc_namespace,rc_timestamp), |
881 | 881 | INDEX rc_ip (rc_ip), |
882 | 882 | INDEX rc_ns_usertext (rc_namespace, rc_user_text), |
883 | | - INDEX rc_user_text (rc_user_text, rc_timestamp) |
| 883 | + INDEX rc_user_text (rc_user_text, rc_timestamp), |
884 | 884 | INDEX `rc_patrolling` ( `rc_this_oldid`, `rc_last_oldid`, `rc_patrolled` ) |
885 | 885 | |
886 | 886 | ) /*$wgDBTableOptions*/; |