We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8c418 commit 992a276Copy full SHA for 992a276
src/Common/QueryProfiler.cpp
@@ -33,7 +33,7 @@ namespace DB
33
namespace
34
{
35
#if defined(OS_LINUX)
36
- //thread_local size_t write_trace_iteration = 0;
+ thread_local size_t write_trace_iteration = 0;
37
#endif
38
/// Even after timer_delete() the signal can be delivered,
39
/// since it does not do anything with pending signals.
0 commit comments