[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -2630,7 +2630,7 @@ int ObOraSysChecker::check_ora_grant_role_priv(
if (!user_info->role_exists(role_granted_id_array.at(i), ADMIN_OPTION)) {
const ObUserInfo *user_info = NULL;
OZ (guard.get_user_info(tenant_id, role_granted_id_array.at(i), user_info));
/* https://work.aone.alibaba-inc.com/issue/29301710
/*
对于dba角色,报错为:ORA-01031: insufficient privileges
. 其余角色报错 ORA-01932 ADMIN option not granted for role */
if (OB_SUCC(ret) && user_info != NULL) {