[CP] [LOG] To merge the log4220 feature into the master branch.

This commit is contained in:
obdev
2024-03-26 13:15:25 +00:00
committed by ob-robot
parent 6ed441335b
commit 2f5b5ef256
131 changed files with 6192 additions and 1068 deletions

View File

@ -368,7 +368,8 @@ int ObSetPasswordResolver::check_role_as_user(ParseNode *user_hostname_node, boo
ObString node_str(user_hostname_node->str_len_, user_hostname_node->str_value_);
if (0 != node_str.case_compare(OB_ORA_RESOURCE_ROLE_NAME) &&
0 != node_str.case_compare(OB_ORA_PUBLIC_ROLE_NAME) &&
0 != node_str.case_compare(OB_ORA_CONNECT_ROLE_NAME)) {
0 != node_str.case_compare(OB_ORA_CONNECT_ROLE_NAME) &&
0 != node_str.case_compare(OB_ORA_STANDBY_REPLICATION_ROLE_NAME)) {
is_valid = true;
}
}