Fix code style

This commit is contained in:
Pavel Kovalenko 2021-02-24 18:38:40 +03:00
parent 37fe24a52c
commit 0df783e0ef

View File

@ -3735,10 +3735,7 @@ PartitionCommandsResultInfo MergeTreeData::freezePartitionsByMatcher(MatcherFn m
return result;
}
PartitionCommandsResultInfo MergeTreeData::unfreeze(
const String & backup_name,
const Context & context,
TableLockHolder & ) const
PartitionCommandsResultInfo MergeTreeData::unfreeze(const String & backup_name, const Context & context, TableLockHolder &) const
{
String clickhouse_path = Poco::Path(context.getPath()).makeAbsolute().toString();
String backup_path = clickhouse_path + "shadow/" + backup_name + "/" + relative_data_path;