[CP] to issue<53546058>:trigger always forbid pdml

This commit is contained in:
obdev
2024-02-09 02:01:08 +00:00
committed by ob-robot
parent 26979a9778
commit 3e257b3896
4 changed files with 19 additions and 18 deletions

View File

@ -243,6 +243,22 @@ class ObSPIService
public:
struct ObSPIPrepareResult
{
ObSPIPrepareResult() :
type_(stmt::T_NONE),
for_update_(false),
has_hidden_rowid_(false),
exec_params_(),
into_exprs_(),
ref_objects_(),
route_sql_(),
record_type_(nullptr),
tg_timing_event_(),
rowid_table_id_(OB_INVALID_ID),
ps_sql_(),
is_bulk_(false),
has_dup_column_name_(false),
has_link_table_(false)
{}
stmt::StmtType type_; //prepare的语句类型
bool for_update_;
bool has_hidden_rowid_;