未验证 提交 2bb80baa 编写于 作者: A alexey-milovidov 提交者: GitHub

Update Context.cpp

上级 361a2207
......@@ -674,8 +674,6 @@ bool Context::isDatabaseExist(const String & database_name) const
bool Context::isExternalTableExist(const String & table_name) const
{
auto lock = getLock();
return external_tables.end() != external_tables.find(table_name);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册