mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
dbms: addition to prev. revision [#METR-16946].
This commit is contained in:
parent
c36fdf0e56
commit
d9fd662c12
@ -548,7 +548,7 @@ int Server::main(const std::vector<std::string> & args)
|
||||
global_context->addTable("system", "events", StorageSystemEvents::create("events"));
|
||||
global_context->addTable("system", "merges", StorageSystemMerges::create("merges"));
|
||||
global_context->addTable("system", "replicas", StorageSystemReplicas::create("replicas"));
|
||||
global_context->addTable("system", "dictionaries", StorageSystemDictionaries::create("dictionaries"));
|
||||
global_context->addTable("system", "dictionaries", StorageSystemDictionaries::create("dictionaries"));
|
||||
global_context->addTable("system", "columns", StorageSystemColumns::create("columns"));
|
||||
global_context->addTable("system", "functions", StorageSystemFunctions::create("functions"));
|
||||
global_context->addTable("system", "clusters", StorageSystemClusters::create("clusters", *global_context));
|
||||
|
Loading…
Reference in New Issue
Block a user