dbms: development [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2012-08-16 19:45:20 +00:00
parent 5b1a10bd5b
commit 4660fdb042

View File

@ -64,11 +64,10 @@ Block CollapsingSortedBlockInputStream::readImpl()
if (id != current_id)
{
current_id = id;
/// Запишем данные для предыдущего визита.
insertRows(merged_columns);
current_id = id;
count_negative = 0;
count_positive = 0;
}