[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:
yinyj17
2024-05-27 11:18:00 +00:00
committed by ob-robot
parent a718b67350
commit 5ce9ef5136
208 changed files with 11028 additions and 495 deletions

View File

@ -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;