mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 03:42:48 +00:00
Remove testing code
This commit is contained in:
parent
846804fed0
commit
2ff3c8badd
@ -1296,13 +1296,6 @@ void TCPHandler::receiveUnexpectedHello()
|
||||
|
||||
void TCPHandler::sendHello()
|
||||
{
|
||||
if (unlikely(sleep_in_send_tables_status.totalMilliseconds()))
|
||||
{
|
||||
out->next();
|
||||
std::chrono::milliseconds ms(sleep_in_send_tables_status.totalMilliseconds());
|
||||
std::this_thread::sleep_for(ms);
|
||||
}
|
||||
|
||||
writeVarUInt(Protocol::Server::Hello, *out);
|
||||
writeStringBinary(DBMS_NAME, *out);
|
||||
writeVarUInt(DBMS_VERSION_MAJOR, *out);
|
||||
|
Loading…
Reference in New Issue
Block a user