format outline place holder
This commit is contained in:
@ -796,7 +796,8 @@ OB_SERIALIZE_MEMBER(ObPhysicalPlan,
|
||||
subschema_ctx_,
|
||||
use_rich_format_,
|
||||
disable_auto_memory_mgr_,
|
||||
udf_has_dml_stmt_);
|
||||
udf_has_dml_stmt_,
|
||||
stat_.format_sql_id_);
|
||||
|
||||
int ObPhysicalPlan::set_table_locations(const ObTablePartitionInfoArray &infos,
|
||||
ObSchemaGetterGuard &schema_guard)
|
||||
|
@ -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