未验证 提交 dacbe8e4 编写于 作者: A Alexander Kuzmenkov 提交者: GitHub

Update src/Interpreters/DatabaseCatalog.cpp

上级 13762854
......@@ -410,7 +410,7 @@ DatabaseCatalog & DatabaseCatalog::instance()
{
if (!database_catalog)
{
throw Exception("Database catalog is not initialized. This is a bug.\n",
throw Exception("Database catalog is not initialized. This is a bug.",
ErrorCodes::LOGICAL_ERROR);
}
......@@ -731,4 +731,3 @@ DDLGuard::~DDLGuard()
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册