Index: trunk/phase3/maintenance/archives/patch-user_restrictions.sql |
— | — | @@ -29,7 +29,6 @@ |
30 | 30 | |
31 | 31 | PRIMARY KEY ur_id (ur_id), |
32 | 32 | -- For looking up restrictions for user and title |
33 | | - INDEX ur_user (ur_user), |
34 | 33 | INDEX ur_user_page(ur_user,ur_page_namespace,ur_page_title(255)), |
35 | 34 | INDEX ur_user_namespace(ur_user,ur_namespace), |
36 | 35 | -- For Special:ListUserRestrictions |