Update src/Interpreters/DatabaseCatalog.cpp

This commit is contained in:
Alexander Kuzmenkov 2020-06-04 14:05:34 +03:00 committed by GitHub
parent 1c33918f07
commit 13762854c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}