From 368885f7b573503d178d34ebc0cb79ef69816a2e Mon Sep 17 00:00:00 2001 From: obdev Date: Fri, 9 Feb 2024 22:06:38 +0000 Subject: [PATCH] [GIS] delete udt_id_ in ObParamInfo --- src/sql/plan_cache/ob_cache_object.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sql/plan_cache/ob_cache_object.h b/src/sql/plan_cache/ob_cache_object.h index 4e486c015b..d702e96109 100644 --- a/src/sql/plan_cache/ob_cache_object.h +++ b/src/sql/plan_cache/ob_cache_object.h @@ -132,7 +132,6 @@ struct ObParamInfo bool is_oracle_empty_string_; common::ObCollationType col_type_; common::ObPrecision precision_; - uint64_t udt_id_; OB_UNIS_VERSION_V(1); };