mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update src/Interpreters/DatabaseCatalog.cpp
This commit is contained in:
parent
1c33918f07
commit
13762854c6
@ -397,7 +397,7 @@ DatabaseCatalog & DatabaseCatalog::init(Context * global_context_)
|
||||
{
|
||||
if (database_catalog)
|
||||
{
|
||||
throw Exception("Database catalog is initialized twice. This is a bug.\n",
|
||||
throw Exception("Database catalog is initialized twice. This is a bug.",
|
||||
ErrorCodes::LOGICAL_ERROR);
|
||||
}
|
||||
|
||||
@ -732,4 +732,3 @@ DDLGuard::~DDLGuard()
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user