From 76451745bcaa4bfa4a224b9ea72c44eece5eab72 Mon Sep 17 00:00:00 2001 From: Sema Checherinda <104093494+CheSema@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:56:38 +0100 Subject: [PATCH] Update threadPoolCallbackRunner.h --- src/Interpreters/threadPoolCallbackRunner.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Interpreters/threadPoolCallbackRunner.h b/src/Interpreters/threadPoolCallbackRunner.h index c79bc270f41..1d2f67e8e59 100644 --- a/src/Interpreters/threadPoolCallbackRunner.h +++ b/src/Interpreters/threadPoolCallbackRunner.h @@ -30,7 +30,6 @@ ThreadPoolCallbackRunner threadPoolCallbackRunner(ThreadPool & /// Releasing has to use proper memory tracker which has been set here before callback [[maybe_unused]] auto tmp = std::move(callback); - thread_name.clear(); } if (thread_group)