From b513eeee7f2ea5148b16118ffe9bb9030109a940 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Tue, 1 Dec 2020 22:20:02 +0300 Subject: [PATCH] Another try... --- src/Storages/System/StorageSystemStackTrace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storages/System/StorageSystemStackTrace.cpp b/src/Storages/System/StorageSystemStackTrace.cpp index 4f2ade17900..954318fa7ac 100644 --- a/src/Storages/System/StorageSystemStackTrace.cpp +++ b/src/Storages/System/StorageSystemStackTrace.cpp @@ -161,7 +161,7 @@ NamesAndTypesList StorageSystemStackTrace::getNamesAndTypes() } -void StorageSystemStackTrace::fillData(MutableColumns & res_columns, const Context &, const SelectQueryInfo &) const +void NO_SANITIZE_THREAD StorageSystemStackTrace::fillData(MutableColumns & res_columns, const Context &, const SelectQueryInfo &) const { /// It shouldn't be possible to do concurrent reads from this table. std::lock_guard lock(mutex);