提交 bd995e11 编写于 作者: V Vyacheslav Alipov

updating progress with ProfileInfo [#CONV-7549]

上级 a87eee12
......@@ -769,6 +769,11 @@ private:
{
if (profile_info.hasAppliedLimit() && block_std_out)
block_std_out->setRowsBeforeLimit(profile_info.getRowsBeforeLimit());
/// Обновим прогресс финальными данными профайлинга
Progress progress(
profile_info.rows - rows_read_on_server,
profile_info.bytes - bytes_read_on_server);
onProgress(progress);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册