Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash use
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 6 Jul 2019 20:36:43 +0000 (13:36 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 14 Jul 2019 01:53:51 +0000 (18:53 -0700)
commit149b5a016cfc9fcb8ada9028ae940afb2a36dc40
tree3f3621afb641ac7312ef10ce0cec282e2883ac1c
parent30af107a366b89ae661b13caf87df9af1fb47092
Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash use

Also include ss_row_id = 1 in the UPDATE query to avoid gap locks

Bug: T227376
Change-Id: I7b730bab05e6d8b6799b623e0aff089c1103c3c2
includes/DefaultSettings.php
includes/deferred/SiteStatsUpdate.php
tests/phpunit/includes/deferred/SiteStatsUpdateTest.php