Index: trunk/phase3/maintenance/updaters.inc |
— | — | @@ -852,7 +852,6 @@ |
853 | 853 | |
854 | 854 | // Add index on ( rc_namespace, rc_user_text ) [Jul. 2006] |
855 | 855 | // Add index on ( rc_user_text, rc_timestamp ) [Nov. 2006] |
856 | | -// Add index on ( rc_this_oldid, rc_last_oldid, rc_patrolled ) [Aug. 2007] |
857 | 856 | function do_rc_indices_update() { |
858 | 857 | global $wgDatabase; |
859 | 858 | echo( "Checking for additional recent changes indices...\n" ); |