dbms: development [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2012-08-16 19:10:01 +00:00
parent e94f780d47
commit e93f6a4c4a

View File

@ -90,9 +90,6 @@ Block CollapsingSortedBlockInputStream::readImpl()
throw Exception("Incorrect data: Sign = " + Poco::NumberFormatter::format(sign) + " (must be 1 or -1).", throw Exception("Incorrect data: Sign = " + Poco::NumberFormatter::format(sign) + " (must be 1 or -1).",
ErrorCodes::INCORRECT_DATA); ErrorCodes::INCORRECT_DATA);
for (size_t i = 0; i < num_columns; ++i)
merged_columns[i]->insert((*current->all_columns[i])[current->pos]);
if (!current->isLast()) if (!current->isLast())
{ {
current->next(); current->next();