mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
LocalServer.cpp fix
This commit is contained in:
parent
fa8e904987
commit
8684c37705
@ -398,7 +398,6 @@ void LocalServer::processQueries()
|
||||
if (!progress_bar.updateProgress(progress, value))
|
||||
{
|
||||
// Just a keep-alive update.
|
||||
progress_bar.clearProgress();
|
||||
return;
|
||||
}
|
||||
progress_bar.writeProgress(progress, watch.elapsed());
|
||||
|
Loading…
Reference in New Issue
Block a user