jenkins-bot has submitted this change and it was merged.
Change subject: Remove unneeded fields from query in Special:ListUsers
......................................................................
Remove unneeded fields from query in Special:ListUsers
Since r72864 the fields numgroup and singlegroups are unused.
Change-Id: Ifc2f6c77ec54a9c9e72c4a7a4b8a9c8f9f90013a
---
M includes/specials/SpecialListusers.php
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Aaron Schulz: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialListusers.php
b/includes/specials/SpecialListusers.php
index 7669b5c..0b40d2f 100644
--- a/includes/specials/SpecialListusers.php
+++ b/includes/specials/SpecialListusers.php
@@ -137,8 +137,6 @@
'user_name' => $this->creationSort ?
'MAX(user_name)' : 'user_name',
'user_id' => $this->creationSort ? 'user_id' :
'MAX(user_id)',
'edits' => 'MAX(user_editcount)',
- 'numgroups' => 'COUNT(ug_group)',
- 'singlegroup' => 'MAX(ug_group)', // the
usergroup if there is only one
'creation' => 'MIN(user_registration)',
'ipb_deleted' => 'MAX(ipb_deleted)' //
block/hide status
),
--
To view, visit https://gerrit.wikimedia.org/r/171848
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifc2f6c77ec54a9c9e72c4a7a4b8a9c8f9f90013a
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Jackmcbarn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits