From 65e1ca3cbe20b91ef61322d5b121953a9b0a7ed5 Mon Sep 17 00:00:00 2001 From: liu0x54 Date: Mon, 11 May 2020 11:02:32 +0000 Subject: [PATCH] [TD-198] fix bugs --- src/inc/tsdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inc/tsdb.h b/src/inc/tsdb.h index ee873d8a1d..89a7d52b36 100644 --- a/src/inc/tsdb.h +++ b/src/inc/tsdb.h @@ -97,7 +97,7 @@ extern "C" { #define TSDB_METER_NAME_LEN 64 #define TSDB_DB_NAME_LEN 32 -#define TSDB_COL_NAME_LEN 128 +#define TSDB_COL_NAME_LEN 64 #define TSDB_MAX_SAVED_SQL_LEN TSDB_MAX_COLUMNS * 16 #define TSDB_MAX_SQL_LEN TSDB_PAYLOAD_SIZE #define TSDB_MAX_ALLOWED_SQL_LEN (8*1024*1024U) // sql length should be less than 6mb -- GitLab