restore CqContext db name length

This commit is contained in:
tickduan 2021-06-25 15:11:29 +08:00
parent 529f906e2d
commit 943d69ea80
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ typedef struct {
int32_t num; // number of continuous streams
char user[TSDB_USER_LEN];
char pass[TSDB_KEY_LEN];
char db[TSDB_ACCT_ID_LEN + TSDB_DB_NAME_LEN];
char db[TSDB_DB_NAME_LEN];
FCqWrite cqWrite;
struct SCqObj *pHead;
void *dbConn;