mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update StorageTableFunction.h
This commit is contained in:
parent
185d29439b
commit
437c87fff3
@ -142,6 +142,7 @@ public:
|
||||
|
||||
StoragePolicyPtr getStoragePolicy() const override
|
||||
{
|
||||
std::lock_guard lock{nested_mutex};
|
||||
if (nested)
|
||||
return StorageProxy::getStoragePolicy();
|
||||
return IStorage::getStoragePolicy();
|
||||
|
Loading…
Reference in New Issue
Block a user