tryfix fasttest

This commit is contained in:
zvonand 2023-04-12 19:17:48 +02:00
parent 3f8956f854
commit 73675cd8d2

View File

@ -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();
}
}