Skip to content

Commit 992a276

Browse files
committed
uncomment also write_trace_iteration
1 parent 7b8c418 commit 992a276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/QueryProfiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace DB
3333
namespace
3434
{
3535
#if defined(OS_LINUX)
36-
//thread_local size_t write_trace_iteration = 0;
36+
thread_local size_t write_trace_iteration = 0;
3737
#endif
3838
/// Even after timer_delete() the signal can be delivered,
3939
/// since it does not do anything with pending signals.

0 commit comments

Comments
 (0)