[FEAT MERGE] support restore encrypted tenant
This commit is contained in:
@ -1711,6 +1711,7 @@ int get_sys_tenant_alter_system_priv(
|
||||
stmt::T_BACKUP_MANAGE != basic_stmt->get_stmt_type() &&
|
||||
stmt::T_BACKUP_CLEAN != basic_stmt->get_stmt_type() &&
|
||||
stmt::T_DELETE_POLICY != basic_stmt->get_stmt_type() &&
|
||||
stmt::T_BACKUP_KEY != basic_stmt->get_stmt_type() &&
|
||||
stmt::T_RECOVER != basic_stmt->get_stmt_type()) {
|
||||
ret = OB_ERR_NO_PRIVILEGE;
|
||||
LOG_WARN("Only sys tenant can do this operation",
|
||||
|
||||
Reference in New Issue
Block a user