*Remove comment per r25527
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 5 Sep 2007 08:20:24 +0000 (08:20 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 5 Sep 2007 08:20:24 +0000 (08:20 +0000)
maintenance/updaters.inc

index 3527d5e..3c97204 100644 (file)
@@ -852,7 +852,6 @@ function do_templatelinks_update() {
 
 // Add index on ( rc_namespace, rc_user_text ) [Jul. 2006]
 // Add index on ( rc_user_text, rc_timestamp ) [Nov. 2006]
-// Add index on ( rc_this_oldid, rc_last_oldid, rc_patrolled ) [Aug. 2007]
 function do_rc_indices_update() {
        global $wgDatabase;
        echo( "Checking for additional recent changes indices...\n" );