mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
788ea2a552
commit
36045c00c2
@ -124,8 +124,10 @@ void TCPHandler::processInsertQuery()
|
||||
Block block = state.io.out_sample;
|
||||
sendData(block);
|
||||
|
||||
state.io.out->writePrefix();
|
||||
while (receivePacket())
|
||||
;
|
||||
state.io.out->writeSuffix();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user