mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 12:01:58 +00:00
createDir->createDirs in DiskEncrypted initialization
This commit is contained in:
parent
9029ca8c36
commit
2bb25f356d
@ -235,7 +235,7 @@ private:
|
|||||||
if (disk_path.back() != '/')
|
if (disk_path.back() != '/')
|
||||||
throw Exception("Disk path must ends with '/', but '" + disk_path + "' doesn't.", ErrorCodes::LOGICAL_ERROR);
|
throw Exception("Disk path must ends with '/', but '" + disk_path + "' doesn't.", ErrorCodes::LOGICAL_ERROR);
|
||||||
|
|
||||||
delegate->createDirectory(disk_path);
|
delegate->createDirectories(disk_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
String name;
|
String name;
|
||||||
|
Loading…
Reference in New Issue
Block a user