Markus Kroetzsch has uploaded a new change for review.
https://gerrit.wikimedia.org/r/50381
Change subject: Remove line that disables DISTINCT with blobs
......................................................................
Remove line that disables DISTINCT with blobs
This fixes bug 45129.
Change-Id: I5f8028c4a7b360b144304055d2938c6b8694ff37
---
M includes/storage/SQLStore/SMW_SQLStore3_Readers.php
1 file changed, 0 insertions(+), 2 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticMediaWiki
refs/changes/81/50381/1
diff --git a/includes/storage/SQLStore/SMW_SQLStore3_Readers.php
b/includes/storage/SQLStore/SMW_SQLStore3_Readers.php
index f6d8e60..c9cb0fb 100644
--- a/includes/storage/SQLStore/SMW_SQLStore3_Readers.php
+++ b/includes/storage/SQLStore/SMW_SQLStore3_Readers.php
@@ -311,8 +311,6 @@
"$fieldname AS v$valuecount";
}
- // Don't use DISTINCT with text blobs:
- if ( $typeid == 'l' ) $usedistinct = false;
$valuecount += 1;
}
--
To view, visit https://gerrit.wikimedia.org/r/50381
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f8028c4a7b360b144304055d2938c6b8694ff37
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Markus Kroetzsch <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits