fix stubs dump query to use straight join
authorAriel T. Glenn <ariel@wikimedia.org>
Tue, 23 Oct 2018 15:18:47 +0000 (18:18 +0300)
committerAriel T. Glenn <ariel@wikimedia.org>
Tue, 23 Oct 2018 15:33:02 +0000 (18:33 +0300)
commit1113b1203cbc1049fb1d01e975ff9a531d72a408
treed566d56a392ddf683ca7af207e254b187930403a
parentfb873810ff81781b3c464821e7315093c32b67ee
fix stubs dump query to use straight join

regression from a combination of
https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/380669/
and
https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/459885/

We have to do a straight join for all stubs, since they all
now order revisions by rev_id after deployment of the second
patchset above.

Bug: T207628
Change-Id: I4d2a311c14c66d4813eb9fc3c587fa3ddb958454
includes/export/WikiExporter.php