ContibsPager: Fix slow query with actor migration read-new mode
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 15 Apr 2019 14:41:03 +0000 (10:41 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 15 Apr 2019 17:02:19 +0000 (13:02 -0400)
commitc4a9fb65bdef968262d7a35308b0d2fe762e8635
tree6d7971c8e543b99b9c131c7379f74acc93b8c7d3
parent236841547763fe6e181043ae738440778f99ace7
ContibsPager: Fix slow query with actor migration read-new mode

The change in I1678f7ec broke the workaround in I992aa50f by adding
the rev_id column to the ORDER BY clause. We need to extend the aliasing
to rev_id => revactor_rev to re-fix it.

Bug: T220991
Change-Id: I62dc3803621da982e526d7402ab8e7b08f8336bc
includes/specials/pagers/ContribsPager.php