mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
tryfix fasttest
This commit is contained in:
parent
3f8956f854
commit
73675cd8d2
@ -458,7 +458,6 @@ void TCPHandler::runImpl()
|
||||
if (getQueryCancellationStatus() == CancellationStatus::FULLY_CANCELLED)
|
||||
return true;
|
||||
|
||||
sendTimezone();
|
||||
sendProgress();
|
||||
sendSelectProfileEvents();
|
||||
sendLogs();
|
||||
@ -811,7 +810,6 @@ void TCPHandler::processOrdinaryQueryWithProcessors()
|
||||
{
|
||||
std::lock_guard lock(task_callback_mutex);
|
||||
sendData(header);
|
||||
sendTimezone();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user