OB query sql_id field in VIEW gv$sql_audit display error

This commit is contained in:
bx0
2021-09-26 21:06:59 +08:00
committed by wangzelin.wzl
parent e1d32c1abb
commit b78e3041b2
2 changed files with 7 additions and 7 deletions

View File

@ -291,7 +291,7 @@ private:
int replace_const_expr(common::ObIArray<ObRawExpr*>& raw_exprs, ParamStore& param_store);
int replace_const_expr(ObRawExpr* raw_expr, ParamStore& param_store);
int generate_sql_id(ObPlanCacheCtx& pc_ctx, bool add_plan_to_pc);
void generate_sql_id(ObPlanCacheCtx& pc_ctx, bool add_plan_to_pc, int err_code);
int pc_add_plan(ObPlanCacheCtx& pc_ctx, ObResultSet& result, ObOutlineState& outline_state, ObPlanCache* plan_cache);
// Check whether the parameterized template SQL can be prepared
void check_template_sql_can_be_prepare(ObPlanCacheCtx& pc_ctx, ObPhysicalPlan& plan);