format outline place holder
This commit is contained in:
@ -559,6 +559,7 @@ struct ObPlanStat
|
||||
uint64_t db_id_;
|
||||
common::ObString constructed_sql_;
|
||||
common::ObString sql_id_;
|
||||
common::ObString format_sql_id_;
|
||||
ObEvolutionStat evolution_stat_; //baseline相关统计信息
|
||||
//******** for spm end ******
|
||||
// ***** for acs
|
||||
@ -660,6 +661,7 @@ struct ObPlanStat
|
||||
db_id_(common::OB_INVALID_ID),
|
||||
constructed_sql_(),
|
||||
sql_id_(),
|
||||
format_sql_id_(),
|
||||
is_bind_sensitive_(false),
|
||||
is_bind_aware_(false),
|
||||
plan_sel_info_str_len_(0),
|
||||
|
||||
Reference in New Issue
Block a user