Santhosh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/198187
Change subject: Stats: Remove wrong group by from stats query
......................................................................
Stats: Remove wrong group by from stats query
This was causing duplicated records for a language pair on result
causing the wrong display and sum in Special:CXStats page
Change-Id: If8ad38d185de7fb075cc4761a8a1b41c1bed4357
---
M includes/Translation.php
1 file changed, 0 insertions(+), 2 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation
refs/changes/87/198187/1
diff --git a/includes/Translation.php b/includes/Translation.php
index 780d228..96d3849 100644
--- a/includes/Translation.php
+++ b/includes/Translation.php
@@ -139,7 +139,6 @@
'GROUP BY' => array(
'translation_source_language',
'translation_target_language',
- 'translation_status'
),
)
);
@@ -180,7 +179,6 @@
'GROUP BY' => array(
'translation_source_language',
'translation_target_language',
- 'translation_status'
),
)
);
--
To view, visit https://gerrit.wikimedia.org/r/198187
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If8ad38d185de7fb075cc4761a8a1b41c1bed4357
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits