jenkins-bot has submitted this change and it was merged. Change subject: Use wfWikiID() instead of $wgDBname in wfIncrStats() ......................................................................
Use wfWikiID() instead of $wgDBname in wfIncrStats() This allows to have distinct stat groups for people using database table prefix and it makes wfIncrStats() consistent with ProfilerSimpleUDP that already uses wfWikiID(). Change-Id: Iecef9f490df8c5685a4887cc81dcb4a7e4d3172c --- M includes/GlobalFunctions.php 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/39735 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iecef9f490df8c5685a4887cc81dcb4a7e4d3172c Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
