mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 14:02:21 +00:00
nit: fix argument names for clang-10
This commit is contained in:
parent
1007d26761
commit
a62e96c7aa
@ -528,7 +528,7 @@ private:
|
|||||||
/// Info about how other replicas can access this one.
|
/// Info about how other replicas can access this one.
|
||||||
ReplicatedMergeTreeAddress getReplicatedMergeTreeAddress() const;
|
ReplicatedMergeTreeAddress getReplicatedMergeTreeAddress() const;
|
||||||
|
|
||||||
bool dropPart(zkutil::ZooKeeperPtr & zookeeper, String partition_id, LogEntry & entry, bool detach);
|
bool dropPart(zkutil::ZooKeeperPtr & zookeeper, String part_name, LogEntry & entry, bool detach);
|
||||||
bool dropAllPartsInPartition(
|
bool dropAllPartsInPartition(
|
||||||
zkutil::ZooKeeper & zookeeper, String & partition_id, LogEntry & entry, bool detach);
|
zkutil::ZooKeeper & zookeeper, String & partition_id, LogEntry & entry, bool detach);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user