[CP]to issue<53615144>:fix package var serialize issue

This commit is contained in:
hanr881
2023-12-19 00:47:43 +00:00
committed by ob-robot
parent ac49013ccb
commit afd710b089
4 changed files with 26 additions and 2 deletions

View File

@ -7181,9 +7181,11 @@ int ObStaticEngineCG::set_other_properties(const ObLogPlan &log_plan, ObPhysical
//为了支持触发器/UDF支持异常捕获,要求含有pl udf的涉及修改表数据的dml串行执行
phy_plan_->set_need_serial_exec(true);
}
phy_plan_->set_contain_pl_udf_or_trigger(true);
phy_plan_->set_has_nested_sql(true);
} else {/*do nothing*/}
if (OB_SUCC(ret)) {
phy_plan_->set_contain_pl_udf_or_trigger(log_plan.get_stmt()->get_query_ctx()->has_pl_udf_);
}
}
if (OB_SUCC(ret)) {
phy_plan_->calc_whether_need_trans();