format outline place holder

This commit is contained in:
obdev
2024-02-27 06:18:25 +00:00
committed by ob-robot
parent b18dc65fec
commit 1987e4ea8f
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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),