mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fixed tests
This commit is contained in:
parent
c50909468f
commit
8e68d007f3
@ -62,6 +62,13 @@ public:
|
||||
nested->shutdown();
|
||||
}
|
||||
|
||||
void flush() override
|
||||
{
|
||||
std::lock_guard lock{nested_mutex};
|
||||
if (nested)
|
||||
nested->flush();
|
||||
}
|
||||
|
||||
void drop() override
|
||||
{
|
||||
std::lock_guard lock{nested_mutex};
|
||||
|
Loading…
Reference in New Issue
Block a user