未验证 提交 cb5a3286 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

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
上级 aad6151c
...@@ -2,7 +2,7 @@ ...@@ -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; ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册