提交 a1663508 编写于 作者: B Bomin Zhang

fix compile error

上级 8d932525
......@@ -501,7 +501,7 @@ typedef struct {
} SVnodeLoad;
typedef struct {
char db[TSDB_USERID_LEN + TSDB_DB_NAME_LEN];
char db[TSDB_ACCT_LEN + TSDB_DB_NAME_LEN];
int32_t cacheBlockSize; //MB
int32_t totalBlocks;
int32_t maxTables;
......
......@@ -154,7 +154,7 @@ typedef struct {
} SDbCfg;
typedef struct SDbObj {
char name[TSDB_USERID_LEN + TSDB_DB_NAME_LEN];
char name[TSDB_ACCT_LEN + TSDB_DB_NAME_LEN];
char acct[TSDB_USER_LEN];
int64_t createdTime;
int32_t cfgVersion;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册