Another try...

This commit is contained in:
alexey-milovidov 2020-12-01 22:20:02 +03:00 committed by Amos Bird
parent 5e71f4e810
commit b513eeee7f
No known key found for this signature in database
GPG Key ID: 80D430DCBECFEDB4

View File

@ -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);