mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Reset profile events stream in Connection::sendQuery
This commit is contained in:
parent
9590c97a19
commit
7c3192735a
@ -537,6 +537,7 @@ void Connection::sendQuery(
|
||||
maybe_compressed_out.reset();
|
||||
block_in.reset();
|
||||
block_logs_in.reset();
|
||||
block_profile_events_in.reset();
|
||||
block_out.reset();
|
||||
|
||||
/// Send empty block which means end of data.
|
||||
|
Loading…
Reference in New Issue
Block a user