Avoid master queries on SpecialBlockList
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 6 Apr 2015 22:19:56 +0000 (15:19 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 6 Apr 2015 22:19:56 +0000 (15:19 -0700)
commit91affe5a52aaa8249267a2715aa1d7130cd18273
tree2236cafb13a276121b51a8f7c8667e4f135b6356
parentc9a815608f8878af5c3931b03866e8aced7ba644
Avoid master queries on SpecialBlockList

* Filter out expired rows and rely on the insert() pruning
  to keep the table size reasonable.

Bug: T92357
Change-Id: Icdbd606979d3d9ce9b2d923f574447e3e7dd72f7
includes/specials/SpecialBlockList.php