Merge pull request #19016 from taosdata/feature/3_liaohj
fix(query): fix error.
This commit is contained in:
commit
5cb7ee2772
|
@ -35,7 +35,7 @@ int64_t st, et;
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int id;
|
int id;
|
||||||
TAOS *taos;
|
TAOS *taos;
|
||||||
char name[16];
|
char name[32];
|
||||||
time_t timeStamp;
|
time_t timeStamp;
|
||||||
int value;
|
int value;
|
||||||
int rowsInserted;
|
int rowsInserted;
|
||||||
|
|
Loading…
Reference in New Issue