mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix comment
This commit is contained in:
parent
4caef03e6a
commit
31fb93330e
@ -9,7 +9,7 @@ namespace DB
|
||||
{
|
||||
|
||||
/// Very simple wrapper for zookeeper ephemeral lock. It's better to have it
|
||||
/// because due to bad abstraction we use in MergeTreeData.
|
||||
/// because due to bad abstraction we use it in MergeTreeData.
|
||||
struct ZeroCopyLock
|
||||
{
|
||||
ZeroCopyLock(const zkutil::ZooKeeperPtr & zookeeper, const std::string & lock_path);
|
||||
|
Loading…
Reference in New Issue
Block a user