Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -417,7 +417,7 @@ |
418 | 418 | |
419 | 419 | CREATE INDEX /*i*/name_title_timestamp ON /*_*/archive (ar_namespace,ar_title,ar_timestamp); |
420 | 420 | CREATE INDEX /*i*/ar_usertext_timestamp ON /*_*/archive (ar_user_text,ar_timestamp); |
421 | | -CREATE INDEX /*i*/ar_page_revid ON /*_*/archive (ar_namespace, ar_title, ar_id); |
| 421 | +CREATE INDEX /*i*/ar_page_revid ON /*_*/archive (ar_namespace, ar_title, ar_rev_id); |
422 | 422 | |
423 | 423 | |
424 | 424 | -- |