https://bugzilla.wikimedia.org/show_bug.cgi?id=45129
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Markus Krötzsch <[email protected]> --- The problematic line was originally (in SQLStore2) inserted, since it was supposed to be a performance issue to use DISTINCT on BLOBs. I do not think that this assumption was correct. I removed the line now: https://gerrit.wikimedia.org/r/50381 When merged, this should fix the bug. After this change, $usedistinct only serves optimization purposes: we avoid DISTINCT in cases where results are distinct anyway (since they belong to one subject). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
