mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed build
This commit is contained in:
parent
bccd8b5e27
commit
5165fb7286
@ -47,5 +47,5 @@ public:
|
||||
}
|
||||
private:
|
||||
mutable DB::SharedMutex log_mutex;
|
||||
LoggerPtr logger TSA_GUARDED_BY(log_mutex);
|
||||
LoggerPtr logger;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user