mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update src/Storages/FileLog/StorageFileLog.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
This commit is contained in:
parent
5a26f856d9
commit
43626b3ffd
@ -97,7 +97,7 @@ void StorageFileLog::loadMetaFiles(bool attach)
|
||||
const auto & storage = getStorageID();
|
||||
/// FIXME Why do we need separate directory? Why not to use data directory?
|
||||
root_meta_path
|
||||
= std::filesystem::path(getContext()->getPath()) / "filelog_storage_metadata" / DatabaseCatalog::getPathForUUID(storage.uuid);
|
||||
= std::filesystem::path(getContext()->getPath()) / "stream_engines/filelog/" / DatabaseCatalog::getPathForUUID(storage.uuid);
|
||||
|
||||
/// Attach table
|
||||
if (attach)
|
||||
|
Loading…
Reference in New Issue
Block a user