fix: taosdump free tbname in loose mode (#20681)
* fix: taosbenchmark support same min/max * fix: taosbenchmark support same min/max * fix: telnet_tcp.py case * fix: enable sml_json_all_types.py * fix: taos-tools update * fix: taosdump free tbname in loose mode
This commit is contained in:
parent
29603a8221
commit
8fdc687097
|
@ -2,7 +2,7 @@
|
|||
# taos-tools
|
||||
ExternalProject_Add(taos-tools
|
||||
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
|
||||
GIT_TAG 7651857
|
||||
GIT_TAG e82b9fc
|
||||
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
|
||||
BINARY_DIR ""
|
||||
#BUILD_IN_SOURCE TRUE
|
||||
|
|
Loading…
Reference in New Issue