- 11 10月, 2021 1 次提交
-
-
由 Zhiyu Yang 提交于
* [TS-409]<release>: OEM packaging scripts * email change
-
- 10 10月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* fix few coverity scan issues. * fix coverity scaned memory leak.
-
由 sangshuduo 提交于
* [TD-10530]<fix>: taosdump infinite loop query table des fail on normal table. and value is NULL. * fix binary string with quote symbol
-
- 29 9月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-7790]<fix>: taosdump stb dump memory leak. * merge from develop branch. * fix buffer overflow issue.
-
- 28 9月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 27 9月, 2021 2 次提交
-
-
由 Yang Zhao 提交于
-
由 sangshuduo 提交于
* [TD-6280]<fix>: taosdump -P determine input. * fix mistake range.
-
- 26 9月, 2021 2 次提交
- 24 9月, 2021 2 次提交
-
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
-
- 23 9月, 2021 3 次提交
-
-
由 sangshuduo 提交于
-
由 Yang Zhao 提交于
-
由 sangshuduo 提交于
* [TD-10416]<fix>: taosdump if no any arguments given. * cherry pick from develop branch.
-
- 22 9月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* cherry pick from develop branch. * cherry pick 54813175 * [TD-5872]<fix>: taosdemo stmt csv perf improve. * rand func back to early impl. * fix windows/mac compile error. * cherry pick from develop branch. * merge with develop branch. * rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality. * split func for stmt interlace. * fix bug that get build path. * stmt batch interlace works. * fix start time issue. * few cleanup. * fix nchar random length. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Zhiyu Yang 提交于
Co-authored-by: tomchon <haoran920c@163.com>
-
- 21 9月, 2021 2 次提交
-
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
* cherry pick from develop branch. * cherry pick 54813175 * [TD-5872]<fix>: taosdemo stmt csv perf improve. * rand func back to early impl. * fix windows/mac compile error. * cherry pick from develop branch. * merge with develop branch. * rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality. * split func for stmt interlace. * fix bug that get build path. * stmt batch interlace works. * fix start time issue. * few cleanup. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 19 9月, 2021 3 次提交
-
-
由 sangshuduo 提交于
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues. * exit if read sample file failed. * fix converity scan issue. * fix coverity scan issue. * fix coverity scan memory leak. * fix resource leak reported by coverity scan. * fix taosdemo coverity scan issue. * fix tcsetattr and getchar return value determination bug. * fix coverity scan issue. * fix two more coverity scan issues. * fix stmt batch coverity scan issue. * change to portable format. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
-
- 18 9月, 2021 1 次提交
-
-
由 wpan 提交于
-
- 17 9月, 2021 3 次提交
-
-
由 sangshuduo 提交于
* [TD-6479]<fix>: taosdump cmdline align for database sequence. adopt 'taosdump -D db1,db2,...' format. * fix core dump issue.
-
由 plum-lihui 提交于
-
由 Zhiyu Yang 提交于
-
- 16 9月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* cherry pick from develop branch. * [TD-5136]<feature>: taosdemo simulate real senario. * update test case according to taosdemo change * adjust range of semi-random data. * make demo mode use different tag name and value. * change malloc to calloc for pid allocation. * fix typo. * fix binary length default value and group id logic. * fix help msg. * fix aggregation func test. * minor typo fix. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 15 9月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* cherry pick from develop branch. * fix conflict and reformat by autopep8.
-
- 14 9月, 2021 1 次提交
-
-
由 Minglei Jin 提交于
Co-authored-by: NMinglei Jin <mljin@taosdata.com>
-
- 13 9月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* cherry pick from develop branch. * cherry pick 54813175 * [TD-5872]<fix>: taosdemo stmt csv perf improve. * rand func back to early impl. * fix windows/mac compile error. * cherry pick from develop branch. * merge with develop branch. * rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality. * split func for stmt interlace. * fix bug that get build path. * stmt batch interlace works. * fix start time issue. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues. * exit if read sample file failed. * fix converity scan issue. * fix coverity scan issue. * fix coverity scan memory leak. * fix resource leak reported by coverity scan. * fix taosdemo coverity scan issue. * fix tcsetattr and getchar return value determination bug. * fix coverity scan issue. * fix two more coverity scan issues. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 11 9月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* cherry pick from develop branch. * cherry pick 54813175 * [TD-5872]<fix>: taosdemo stmt csv perf improve. * rand func back to early impl. * fix windows/mac compile error. * cherry pick from develop branch. * merge with develop branch. * rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality. * split func for stmt interlace. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 10 9月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-5844]<feature>: make cmd line parameter similar. * fix test case align with taosdemo change. * fix windows stack overflow issue. * fix mac compile error. * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py * make taos.exe use mysql style password input. * make taos shell and taosdump use mysql style password input. * determine scanf return value. * cherry pick from develop/feature branch. * cherry pick with ab6cde02 * cherry pick with d6bfe443 * fix password echo on darwin. * fix few lines. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 09 9月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* cherry pick from develop branch. * cherry pick 54813175 * [TD-5872]<fix>: taosdemo stmt csv perf improve. * rand func back to early impl. * fix windows/mac compile error. * cherry pick from develop branch. * merge with develop branch. * rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-5844]<feature>: make cmd line parameter similar. * fix test case align with taosdemo change. * fix windows stack overflow issue. * fix mac compile error. * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py * make taos.exe use mysql style password input. * make taos shell and taosdump use mysql style password input. * determine scanf return value. * cherry pick from develop/feature branch. * cherry pick with ab6cde02 * cherry pick with d6bfe443 * fix password echo on darwin. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 06 9月, 2021 1 次提交
-
-
由 AlexDuan 提交于
-
- 31 8月, 2021 3 次提交
-
-
由 dengyihao 提交于
-
由 sangshuduo 提交于
* [TD-6294]<fix>: taosdemo support long arg fix conflict with develop branch. * fix few words. * declare default child tables number. * add support email prompt. * support the way no space between param and value * fix -PP arg. * fix uncatched status. * fix total child tables bug. * fix default column number Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
-
- 30 8月, 2021 2 次提交
-
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
* better msg for create child table. * just add one new line. * fix INF rps if spent 0 ms to insert.
-