fix spm bugs and add some user friendly mechanisms

This commit is contained in:
obdev
2023-02-25 02:41:08 +00:00
committed by ob-robot
parent e43722b5d2
commit 59a94c10ac
23 changed files with 100 additions and 59 deletions

View File

@ -109,7 +109,8 @@ ObPhysicalPlanCtx::ObPhysicalPlanCtx(common::ObIAllocator &allocator)
field_array_(nullptr),
is_ps_protocol_(false),
plan_start_time_(0),
is_ps_rewrite_sql_(false)
is_ps_rewrite_sql_(false),
spm_ts_timeout_us_(0)
{
}