mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
dbms: improvement [#CONV-2807].
This commit is contained in:
parent
16e5dc1f70
commit
6067377d74
@ -63,6 +63,8 @@ void loadMetadata(Context & context)
|
||||
if (it.name().at(0) == '.')
|
||||
continue;
|
||||
|
||||
LOG_INFO(&Logger::get("loadMetadata"), "Loading database " << it.name());
|
||||
|
||||
executeCreateQuery("ATTACH DATABASE " + it.name(), context, it.name(), it->path());
|
||||
|
||||
/// Цикл по таблицам
|
||||
|
Loading…
Reference in New Issue
Block a user