Replace more uses of "SELECT *"
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 12 Oct 2017 18:34:15 +0000 (14:34 -0400)
committerAnomie <bjorsch@wikimedia.org>
Fri, 13 Oct 2017 19:02:56 +0000 (19:02 +0000)
commitfa4a909def47f176f9c3f732a32e8cad3a8a50d5
tree6e0e6f73dfb164e2ce424702a31600d2fb9d4575
parent022dd24850dc3bdb92dc1bb534b1a649fc906fea
Replace more uses of "SELECT *"

With the introduction of CommentStore, selects from various table
require certain joins or column aliases for proper operation. The
upcoming actor table change, and the suggested title table change, will
add more such requirements.

Change-Id: Ic8213bff74b8350b15cd271d0ef252e63e7e79bd
15 files changed:
includes/CategoryFinder.php
includes/MovePage.php
includes/installer/DatabaseInstaller.php
includes/libs/objectcache/WANObjectCache.php
includes/upload/UploadStash.php
maintenance/checkImages.php
maintenance/cleanupBlocks.php
maintenance/compareParserCache.php
maintenance/eraseArchivedFile.php
maintenance/populateLogSearch.php
maintenance/populateRevisionSha1.php
maintenance/rebuildImages.php
maintenance/refreshFileHeaders.php
maintenance/refreshImageMetadata.php
maintenance/storage/testCompression.php