dbms: development [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2012-05-16 18:37:08 +00:00
parent 80c4b84726
commit 8494762c03

View File

@ -339,7 +339,7 @@ void TCPHandler::sendProgress(WriteBuffer & out, size_t rows, size_t bytes)
after_send_progress.restart();
writeVarUInt(Protocol::Server::Progress, out);
Progress progress(rows, bytes);
Progress progress(state.rows_processed, state.bytes_processed);
progress.write(out);
out.next();