From 04e4f8cf5bd1a74daf4deee98b6a4e1ae03e7a96 Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Tue, 11 Jan 2022 10:09:59 +0800 Subject: [PATCH] (query):comment tlv_type_dummy --- src/inc/taosmsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inc/taosmsg.h b/src/inc/taosmsg.h index 0dd4cb5c86..26ce551e39 100644 --- a/src/inc/taosmsg.h +++ b/src/inc/taosmsg.h @@ -979,8 +979,8 @@ typedef struct { enum { TLV_TYPE_END_MARK = -1, - TLV_TYPE_DUMMY = 1, - TLV_TYPE_META_VERSION = 2, + //TLV_TYPE_DUMMY = 1, + TLV_TYPE_META_VERSION = 1, }; #pragma pack(pop) -- GitLab