From 9d1b0540b2f52af6903074bafbd2a2074b5720a9 Mon Sep 17 00:00:00 2001 From: kailixu Date: Fri, 17 Mar 2023 19:05:26 +0800 Subject: [PATCH] fix: truncate of server version --- include/util/tdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util/tdef.h b/include/util/tdef.h index ddd47edc02..b5b2d7817e 100644 --- a/include/util/tdef.h +++ b/include/util/tdef.h @@ -248,7 +248,7 @@ typedef enum ELogicConditionType { #define TSDB_AUTH_LEN 16 #define TSDB_PASSWORD_LEN 32 #define TSDB_USET_PASSWORD_LEN 129 -#define TSDB_VERSION_LEN 12 +#define TSDB_VERSION_LEN 32 #define TSDB_LABEL_LEN 8 #define TSDB_JOB_STATUS_LEN 32