From: Sean Pringle Date: Tue, 10 Dec 2013 05:04:14 +0000 (+1000) Subject: Remove problem forced index. Bug 57175. X-Git-Tag: 1.31.0-rc.0~17690 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=c2fde3d2f8132ef79f4bd61bc48706896b17976b;p=lhc%2Fweb%2Fwiklou.git Remove problem forced index. Bug 57175. Change-Id: I94e0a743ccad0bad9a3a0d4d52b23abc0ef405b2 --- diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index d306744a7c..66cd2ff434 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -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 );