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:
parent
aad6151cbd
commit
cb5a32866f
|
@ -2,7 +2,7 @@
|
||||||
# taos-tools
|
# taos-tools
|
||||||
ExternalProject_Add(taos-tools
|
ExternalProject_Add(taos-tools
|
||||||
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
|
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
|
||||||
GIT_TAG b20c9d1
|
GIT_TAG 261fcca
|
||||||
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
|
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
|
||||||
BINARY_DIR ""
|
BINARY_DIR ""
|
||||||
#BUILD_IN_SOURCE TRUE
|
#BUILD_IN_SOURCE TRUE
|
||||||
|
|
|
@ -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