mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +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() != '/')
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user