Limit DELETE in purgeExpiredRestrictions() and use primary key
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 17 May 2016 11:19:29 +0000 (04:19 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 19 May 2016 20:17:31 +0000 (13:17 -0700)
commitd58f0155df6b2cec1d8d691d877f19c0dc0a873d
tree993573adf22b55a03a7d718f754a1815f3a12739
parent045ca4ca47eb3b9120599d6964b33c15bd96b6e7
Limit DELETE in purgeExpiredRestrictions() and use primary key

This should help reduce contention in some cases.
If too many rows are expired, subsequent updates will
clear them out.

Bug: T135470
Change-Id: Iada496d0db9b00e77037320d7c65124a8c8f68c0
includes/Title.php