fix: define TSDB_USET_PASSWORD_LONGLEN 256

This commit is contained in:
Alex Duan 2025-03-10 14:20:09 +08:00
parent 7c13d742c6
commit 3418a1d6f5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,6 @@
#include <taos.h>
#include <taoserror.h>
#include <toolsdef.h>
#include <tdef.h>
#ifdef WEBSOCKET
#include <taosws.h>
@ -59,6 +58,7 @@
#define NEED_CALC_COUNT UINT64_MAX
#define HUMAN_TIME_LEN 28
#define DUMP_DIR_LEN (MAX_DIR_LEN - (TSDB_DB_NAME_LEN + 10))
#define TSDB_USET_PASSWORD_LONGLEN 256 // come from tdef.h
#define debugPrint(fmt, ...) \