mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix TablesStatusResponse
This commit is contained in:
parent
2280aa5e30
commit
ee57c9f804
@ -1281,6 +1281,9 @@ void TCPHandler::processTablesStatusRequest()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (out->isCanceled())
|
||||||
|
return;
|
||||||
|
|
||||||
writeVarUInt(Protocol::Server::TablesStatusResponse, *out);
|
writeVarUInt(Protocol::Server::TablesStatusResponse, *out);
|
||||||
|
|
||||||
/// For testing hedged requests
|
/// For testing hedged requests
|
||||||
|
Loading…
Reference in New Issue
Block a user