fix: taosbenchmark disorder rec dup (#19014)

* fix: update taos-tools 45eef77

* fix: update taos-tools 8376384

* fix: taosbenchmark disorder sample

* test: remove deprecated param

* fix: update taos-tools 83515dc

* fix: examples/c/asyncdemo.c compile error
This commit is contained in:
Shuduo Sang 2022-12-19 18:41:33 +08:00 committed by GitHub
parent aad6151cbd
commit cb5a32866f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# taos-tools
ExternalProject_Add(taos-tools
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
GIT_TAG b20c9d1
GIT_TAG 261fcca
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
BINARY_DIR ""
#BUILD_IN_SOURCE TRUE

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;