BlockRestriction::update() unnecessarily does a SELECT on the page table.
authorDavid Barratt <dbarratt@wikimedia.org>
Thu, 1 Nov 2018 19:37:46 +0000 (15:37 -0400)
committerDavid Barratt <dbarratt@wikimedia.org>
Thu, 1 Nov 2018 19:37:46 +0000 (15:37 -0400)
This unnecessary SELECT causes a performence issue where it takes an
exceedingly long time to perform an update.

Bug: T208526
Change-Id: I0238234146fc838067019351ea97046a7d37d6fc


No differences found