Merge pull request #9495 from azat/progress-on-tcp

Fix progress over tcp
This commit is contained in:
alexey-milovidov 2020-03-04 19:19:54 +03:00 committed by GitHub
commit 3ae13f646a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -539,6 +539,8 @@ void TCPHandler::processOrdinaryQuery()
}
state.io.onFinish();
sendProgress();
}
@ -658,6 +660,8 @@ void TCPHandler::processOrdinaryQueryWithProcessors(size_t num_threads)
}
state.io.onFinish();
sendProgress();
}