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