mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
dbms: added whitespace [#CONV-2944].
This commit is contained in:
parent
c10d3a4bb9
commit
34cc3cc770
@ -115,7 +115,7 @@ int Server::main(const std::vector<std::string> & args)
|
||||
global_context.addTable("system", "one", StorageSystemOne::create("one"));
|
||||
global_context.addTable("system", "numbers", StorageSystemNumbers::create("numbers"));
|
||||
global_context.addTable("system", "tables", StorageSystemTables::create("tables", global_context));
|
||||
global_context.addTable("system", "databases", StorageSystemDatabases::create("databases", global_context));
|
||||
global_context.addTable("system", "databases", StorageSystemDatabases::create("databases", global_context));
|
||||
|
||||
global_context.setCurrentDatabase(config.getString("default_database", "default"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user