[CP] [CP] [CP] fix some bugs

This commit is contained in:
wjhh2008
2023-07-11 13:42:28 +00:00
committed by ob-robot
parent 18c3958dbe
commit a73393f0e7
4 changed files with 24 additions and 14 deletions

View File

@ -177,7 +177,7 @@ int ObCreateTenantResolver::resolve(const ParseNode &parse_tree)
if (OB_SUCC(ret)) {
if (OB_UNLIKELY(collation_type != ObCharset::get_default_collation_oracle(charset_type))) {
ret = OB_ERR_UNEXPECTED;
ret = OB_ERR_CHARACTER_SET_MISMATCH;
LOG_WARN("collation isn't corresponding to charset in oracle mode", K(ret),
K(collation_type), K(ObCharset::get_default_collation_oracle(charset_type)));
}