fix: fix explain row buf issue

This commit is contained in:
dapan1121 2022-08-22 20:03:59 +08:00
parent 12d9366b84
commit 2882904fa1
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ typedef enum ELogicConditionType {
#define TSDB_DEFAULT_EXPLAIN_VERBOSE false
#define TSDB_EXPLAIN_RESULT_ROW_SIZE 512
#define TSDB_EXPLAIN_RESULT_ROW_SIZE (16*1024)
#define TSDB_EXPLAIN_RESULT_COLUMN_NAME "QUERY_PLAN"
#define TSDB_MAX_FIELD_LEN 16384