to issue<49916547>:fix sql in pl remote execute report 4007

This commit is contained in:
hanr881
2023-05-25 23:41:35 +00:00
committed by ob-robot
parent ceccbab67c
commit 0743b644cf
3 changed files with 9 additions and 1 deletions

View File

@ -56,7 +56,8 @@ struct ObRemoteSqlInfo
is_original_ps_mode_(false),
ps_param_cnt_(0),
remote_sql_(),
ps_params_(nullptr)
ps_params_(nullptr),
sql_from_pl_(false)
{
}
@ -68,6 +69,7 @@ struct ObRemoteSqlInfo
int32_t ps_param_cnt_;
common::ObString remote_sql_;
ParamStore *ps_params_;
bool sql_from_pl_;
};
class ObPhysicalPlanCtx