API: Remove index forcing in ApiQueryRecentChanges
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 12 Jul 2016 15:29:04 +0000 (11:29 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 12 Jul 2016 15:31:55 +0000 (11:31 -0400)
commit2f1cfcf306bb3239c4c820e38a144750392dd520
treebabb1ffa2d94ab658e1ec02097b142393380b9a2
parentaf7ffaeeecd1908351863c0e928b8c5dcfb033fc
API: Remove index forcing in ApiQueryRecentChanges

It's preventing better indexes from being chosen; hopefully removing it
doesn't cause worse indexes to be chosen anymore in other cases.

Bug: T140108
Change-Id: Iee480e221dc26f89e8583be5f26c6571b240e390
includes/api/ApiQueryRecentChanges.php