style fix

This commit is contained in:
Yakov Olkhovskiy 2023-06-28 19:53:49 +00:00
parent 6e769237a7
commit 8854f05a75

View File

@ -420,7 +420,7 @@ void ThreadPoolImpl<Thread>::worker(typename std::list<Thread>::iterator thread_
{
if (DB::Exception::enable_job_stack_trace)
DB::Exception::thread_frame_pointers = std::move(thread_frame_pointers);
CurrentMetrics::Increment metric_active_pool_threads(metric_active_threads);