Avoid the page join when not really needed
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 2 Oct 2014 17:22:27 +0000 (10:22 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 2 Oct 2014 17:23:51 +0000 (17:23 +0000)
commit914b408577f918f58e5c4d8fc083d13ed29d7797
tree4413cdc2815d530792bc8a2d18c7b118129a12cf
parent265a85508512be2c715c2ee24c4e4c26f0b03ff5
Avoid the page join when not really needed

* That sometimes triggered a filesorts when the title for the
  inequality has certain (seemingly long) values.
* Also made the continuation queries use > instead of >=.

Change-Id: I912df77ad43f025918e52d1494300d487a9deea1
maintenance/findMissingFiles.php