提交 eafb5b5f 编写于 作者: B bf0 提交者: LINGuanRen

forbidden mysql temp table in opensource

上级 3aeb4bc7
......@@ -460,6 +460,9 @@ int ObCreateTableResolver::resolve(const ParseNode& parse_tree)
} else if (is_create_as_sel && is_mysql_mode) {
ret = OB_NOT_SUPPORTED;
LOG_USER_ERROR(OB_NOT_SUPPORTED, "View/Table's column refers to a temporary table");
} else if (is_mysql_mode) {
ret = OB_NOT_SUPPORTED;
LOG_USER_ERROR(OB_NOT_SUPPORTED, "mysql temporary table");
} else {
is_temporary_table = true;
is_oracle_temp_table_ = (is_mysql_mode == false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册