From: Aaron Schulz Date: Thu, 16 Apr 2015 03:01:21 +0000 (-0700) Subject: Use vslow in tagUsageStatistics X-Git-Tag: 1.31.0-rc.0~11692^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=217aba3a15e83dded18c189b1d41b1375f42b74f;p=lhc%2Fweb%2Fwiklou.git Use vslow in tagUsageStatistics Change-Id: If3e76b1ba560eac6e4073f12c9dfa5becb75b6e0 --- diff --git a/includes/ChangeTags.php b/includes/ChangeTags.php index e2ef75eed3..43f957ce44 100644 --- a/includes/ChangeTags.php +++ b/includes/ChangeTags.php @@ -1197,7 +1197,7 @@ class ChangeTags { $out = array(); - $dbr = wfGetDB( DB_SLAVE ); + $dbr = wfGetDB( DB_SLAVE, 'vslow' ); $res = $dbr->select( 'change_tag', array( 'ct_tag', 'hitcount' => 'count(*)' ),