[FEAT MERGE] patch 423 sql compatible features to 432
Co-authored-by: akaError <lzg020616@163.com> Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com> Co-authored-by: qingzhu521 <q15000557748@gmail.com>
This commit is contained in:
@ -147,7 +147,7 @@ int ObDropRoleExecutor::execute(ObExecContext &ctx, ObDropRoleStmt &stmt)
|
||||
OZ (arg.users_.push_back(stmt.get_user_names().at(i)));
|
||||
OZ (arg.hosts_.push_back(stmt.get_host_names().at(i)));
|
||||
}
|
||||
OZ (ObDropUserExecutor::drop_user(common_rpc_proxy, arg));
|
||||
OZ (ObDropUserExecutor::drop_user(common_rpc_proxy, arg, false));
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user