nit: fix argument names for clang-10

This commit is contained in:
Nicolae Vartolomei 2020-09-07 18:31:07 +01:00
parent 1007d26761
commit a62e96c7aa

View File

@ -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);