Merge pull request #19016 from taosdata/feature/3_liaohj

fix(query): fix error.
This commit is contained in:
Shengliang Guan 2022-12-19 17:27:07 +08:00 committed by GitHub
commit 5cb7ee2772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ int64_t st, et;
typedef struct {
int id;
TAOS *taos;
char name[16];
char name[32];
time_t timeStamp;
int value;
int rowsInserted;