Restore index forcing in ContribsPager
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 6 Mar 2018 17:07:55 +0000 (12:07 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 6 Mar 2018 17:10:57 +0000 (12:10 -0500)
commitbac54c271c45be84bb0f832028413d8d5840c095
tree63fe76458b6d5f49ba6081c1b2889dd9573bfb1f
parent9e26379d421b7a7a3fcddda28ed1c251b3529325
Restore index forcing in ContribsPager

For now at least this will avoid a filesort for some cases. But it might
start misbehaving again when $wgActorTableSchemaMigrationStage is set to
WRITE_BOTH or WRITE_NEW.

Bug: T189026
Change-Id: Idd987181b17b824fdf1094f5c3b1c689b1792eb0
includes/specials/pagers/ContribsPager.php