fix(query): show sql len on systable length modify from 1024 to 2048

This commit is contained in:
Alex Duan 2022-12-24 11:16:45 +08:00
parent a2ae35153a
commit 4a97f25725
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ typedef enum ELogicConditionType {
#define TSDB_EP_LEN (TSDB_FQDN_LEN + 6)
#define TSDB_IPv4ADDR_LEN 16
#define TSDB_FILENAME_LEN 128
#define TSDB_SHOW_SQL_LEN 1024
#define TSDB_SHOW_SQL_LEN 2048
#define TSDB_SLOW_QUERY_SQL_LEN 512
#define TSDB_SHOW_SUBQUERY_LEN 1000