dbms: development [#CONV-5097].

This commit is contained in:
Alexey Milovidov 2012-06-22 17:13:03 +00:00
parent 1df16f6b9d
commit cb3b6208bb

View File

@ -31,6 +31,9 @@ Block LogBlockInputStream::readImpl()
{
Block res;
if (rows_read == rows_limit)
return res;
/// Если файлы не открыты, то открываем их.
if (streams.empty())
for (Names::const_iterator it = column_names.begin(); it != column_names.end(); ++it)