From aad982d296e67621b724bd76e53e3a68dfdca25e Mon Sep 17 00:00:00 2001 From: obdev Date: Wed, 12 Mar 2025 03:45:47 +0000 Subject: [PATCH] bug fix struct and { not in one line --- src/sql/plan_cache/ob_plan_cache_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/plan_cache/ob_plan_cache_struct.h b/src/sql/plan_cache/ob_plan_cache_struct.h index 23d1ad8bd7..c931bdad0f 100644 --- a/src/sql/plan_cache/ob_plan_cache_struct.h +++ b/src/sql/plan_cache/ob_plan_cache_struct.h @@ -168,7 +168,7 @@ struct ObPlanCacheKey : public ObILibCacheKey struct { uint16_t is_weak_read_ : 1; - uint16_t use_rich_vector_format_ : 1; + uint16_t use_rich_vector_format_ : 1; // FARM COMPAT WHITELIST uint16_t config_use_rich_format_ : 1; uint16_t enable_mysql_compatible_dates_ : 1; uint16_t reserved_ : 12; // reserved