dbms: fixed duplicate DISTINCT [#CONV-7444].

This commit is contained in:
Alexey Milovidov 2013-06-08 21:18:13 +00:00
parent 9d1142b028
commit c58339984b

View File

@ -249,9 +249,6 @@ BlockInputStreamPtr InterpreterSelectQuery::execute()
executeProjection(streams, final_projection);
/// Сначала выполняем DISTINCT во всех источниках.
executeDistinct(streams, true);
/// Сначала выполняем DISTINCT во всех источниках.
executeDistinct(streams, true);