From 1987e4ea8fe8aaa365093bd36f082ecc07e53a02 Mon Sep 17 00:00:00 2001 From: obdev Date: Tue, 27 Feb 2024 06:18:25 +0000 Subject: [PATCH] format outline place holder --- src/sql/engine/ob_physical_plan.cpp | 3 ++- src/sql/plan_cache/ob_plan_cache_util.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/sql/engine/ob_physical_plan.cpp b/src/sql/engine/ob_physical_plan.cpp index a8f336da17..8ed7ca46bc 100644 --- a/src/sql/engine/ob_physical_plan.cpp +++ b/src/sql/engine/ob_physical_plan.cpp @@ -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) diff --git a/src/sql/plan_cache/ob_plan_cache_util.h b/src/sql/plan_cache/ob_plan_cache_util.h index 768da39c41..94686dbe35 100644 --- a/src/sql/plan_cache/ob_plan_cache_util.h +++ b/src/sql/plan_cache/ob_plan_cache_util.h @@ -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),