提交 a48334ef 编写于 作者: X xy0 提交者: LINGuanRen

Fix error message

上级 a4c7d7dc
......@@ -173,7 +173,7 @@ int ObVariableSetResolver::resolve_set_variable(
if (0 == var_node.variable_name_.case_compare("ob_compatibility_mode") &&
0 == strncasecmp(value_node.str_value_, "oracle", std::min(static_cast<int32_t>(value_node.str_len_), 6))) {
ret = OB_NOT_SUPPORTED;
LOG_USER_ERROR(OB_NOT_SUPPORTED, "Not support oracle mode");
LOG_USER_ERROR(OB_NOT_SUPPORTED, "Oracle mode");
} else if (OB_FAIL(ObResolverUtils::resolve_const_expr(params_, value_node, var_node.value_expr_, NULL))) {
LOG_WARN("resolve variable value failed", K(ret));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册