Merge pull request #6625 from taosdata/fix/lhhuo/TD-4872-O3-core

Fix/lhhuo/td 4872 o3 core
This commit is contained in:
Hongze Cheng 2021-07-16 14:19:49 +08:00 committed by GitHub
commit e6c2d1600f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ typedef struct {
int32_t vgId;
char user[TSDB_USER_LEN];
char pass[TSDB_KEY_LEN];
char db[TSDB_DB_NAME_LEN];
char db[TSDB_ACCT_ID_LEN + TSDB_DB_NAME_LEN];
FCqWrite cqWrite;
} SCqCfg;