From: Aaron Schulz Date: Thu, 9 Apr 2015 18:39:15 +0000 (-0700) Subject: Removed SpecialStatistics query group; vslow is enough X-Git-Tag: 1.31.0-rc.0~11754^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=1e07005bce27e974b5da9004220afa02345beed9;p=lhc%2Fweb%2Fwiklou.git Removed SpecialStatistics query group; vslow is enough Change-Id: I1841f5c64ebeeed7c3e54a11216add5c104ad69d --- diff --git a/includes/deferred/SiteStatsUpdate.php b/includes/deferred/SiteStatsUpdate.php index 97a17c3911..3c7723810d 100644 --- a/includes/deferred/SiteStatsUpdate.php +++ b/includes/deferred/SiteStatsUpdate.php @@ -128,7 +128,7 @@ class SiteStatsUpdate implements DeferrableUpdate { */ public static function cacheUpdate( $dbw ) { global $wgActiveUserDays; - $dbr = wfGetDB( DB_SLAVE, array( 'SpecialStatistics', 'vslow' ) ); + $dbr = wfGetDB( DB_SLAVE, 'vslow' ); # Get non-bot users than did some recent action other than making accounts. # If account creation is included, the number gets inflated ~20+ fold on enwiki. $activeUsers = $dbr->selectField(