mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
Fix code style
This commit is contained in:
parent
37fe24a52c
commit
0df783e0ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user