Remove problem forced index. Bug 57175.
authorSean Pringle <springle@wikimedia.org>
Tue, 10 Dec 2013 05:04:14 +0000 (15:04 +1000)
committerSean Pringle <springle@wikimedia.org>
Tue, 10 Dec 2013 05:04:14 +0000 (15:04 +1000)
Change-Id: I94e0a743ccad0bad9a3a0d4d52b23abc0ef405b2

includes/specials/SpecialRecentchanges.php

index d306744..66cd2ff 100644 (file)
@@ -381,9 +381,7 @@ class SpecialRecentChanges extends IncludableSpecialPage {
        public function doMainQuery( $conds, $opts ) {
                $tables = array( 'recentchanges' );
                $join_conds = array();
-               $query_options = array(
-                       'USE INDEX' => array( 'recentchanges' => 'rc_timestamp' )
-               );
+               $query_options = array();
 
                $uid = $this->getUser()->getId();
                $dbr = wfGetDB( DB_SLAVE );