Fix rase in TCPHandler.

This commit is contained in:
Nikolai Kochetov 2019-04-30 19:12:58 +03:00
parent 249a88784b
commit e7d36c8b66

View File

@ -480,7 +480,7 @@ void TCPHandler::processOrdinaryQueryWithProcessors(size_t num_threads)
ThreadPool pool(1);
auto executor = pipeline.execute();
bool exception = false;
std::atomic_bool exception = false;
auto thread_group = CurrentThread::getGroup();
pool.schedule([&]()