Change Codeowner

This commit is contained in:
obdev
2023-09-25 08:13:53 +00:00
committed by ob-robot
parent 6dc7762c21
commit eb8353a4ea
14 changed files with 17 additions and 17 deletions

View File

@ -1474,7 +1474,7 @@ int ObSql::handle_sql_execute(const ObString &sql,
* params: 当前sql语句的参数列表
* res: 直接结果集
*/
// TODO baixian.zr/hr351303, remove is_prepare_protocol and is_dynamic_sql
// TODO remove is_prepare_protocol and is_dynamic_sql
int ObSql::handle_pl_execute(const ObString &sql,
ObSQLSessionInfo &session,
ParamStore &params,
@ -3764,7 +3764,7 @@ int ObSql::execute_get_plan(ObPlanCache &plan_cache,
ret = OB_ERR_UNEXPECTED;
LOG_WARN("session is NULL", K(ret));
} else if (PC_PS_MODE == pc_ctx.mode_ || PC_PL_MODE == pc_ctx.mode_) {
// TODO baixian.zr, change pl mode hit cache as text mode.
// TODO change pl mode hit cache as text mode.
ObPsStmtId stmt_id = pc_ctx.fp_result_.pc_key_.key_id_;
guard.init(PS_EXEC_HANDLE);
if (OB_FAIL(plan_cache.get_ps_plan(guard, stmt_id, pc_ctx))) {