- 21 10月, 2021 3 次提交
-
-
由 Yang Zhao 提交于
-
由 Yang Zhao 提交于
* [TD-10465]<feature>taosdemo support schemaless * fix performance output * tasodemo sml interlace * sml interlace * sml interlace * fix memory leak * taosdemo sml interlace * fix core dump
-
由 sangshuduo 提交于
* [TD-10469]<feature>: use blm to replace httpd * add blm3 as submodule and modify the install script. * make http disabled by default. * use external project for go build. * make install and systemctl works. * change blm3 to official repo. * fix alert build missing sqlx package. * update README regarding golang env setup. * remove blm3. * modify script to support blm3 * <test>udpate submodule in CI * update jenkinsfile * update blm3 with statsd port changed and config file name changed. * still use tdengine's httpd for lite version. * include blm.toml in released packages. * merge with develop branch. * update grafana plugin to support telegraf. * fix python test framework * fix blm3.toml name * comment off restful test for blm3 CI. * fix blm.toml name * comment off http related case for blm3. * fix cmake define.inc for windows build * update grafanaplugin * update blm3 * update grafana. * update grafana plugin to support statsd. * update blm3 to support lower version go. * update grafanaplugin and blm3 bugfix. * update grafana plugin, dashboard name changed. update blm3 for cinterface error code. * disable blm3 in arm32 * support blm3 --version * change cmake minimum version requirement from 2.8 to 3.0 * pull latest blm3 c67fcc11bc5e82e3d7aea8db855a8cbf8b109239 Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
- 20 10月, 2021 11 次提交
-
-
由 sangshuduo 提交于
-
由 huolibo 提交于
* [TS-336]<fix>:fix sql execute error in idea.but insert sql still don't work correctly * [TS-336]<fix>:fix insert sql execute error in idea
-
由 Yang Zhao 提交于
* memory save for cmdline * optimize memory using for arm platform * remove unused var * save random data init mem usage * free db and stb * add prepared_rand parameter * free g_Dbs * fix * fix coredump when free * modify free point
-
由 dapan1121 提交于
Szhou/hotfix/td 10701
-
由 dapan1121 提交于
add affected row to stmt api and accumulate it in schemaless internal…
-
由 dapan1121 提交于
[TD-10676]<fix>:log database io_read/io_write value abnormal
-
由 dapan1121 提交于
support line protocol string with space and comma inside double quote
-
由 Hui Li 提交于
[TS-475]update doc about group by
-
由 huolibo 提交于
-
由 Ganlin Zhao 提交于
-
由 liuyq-617 提交于
-
- 19 10月, 2021 26 次提交
-
-
由 Yang Zhao 提交于
* add -E to --help * add escape char to stable * stable escape char
-
由 sangshuduo 提交于
* fix converity scan issue. * fix converity issues * fix converity scan issue. * fix coverity scaned memory leak. * fix coverity scan issues. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3197] <fix>: fix taosdemo coverity scan issues. * [TD-3197] <fix>: fix taosdemo coverity scan issue. fix subscribeTest pids uninitialized. * [TD-3197] <fix>: fix taosdemo coverity scan issues. * [TD-3197] <fix>: fix coverity scan issues. check super tbl info pointer. * [TD-3197] <fix>: fix coverity scan issues. move sub tbl query thread join into loop * [TD-3197] <fix>: fix coverity scan issues. remove unused variable * [TD-3197] <fix>: fix coverity scan issues. use more secure random library * [TD-3197] <fix>: fix coverity scan issues. use strncpy for more safe * [TD-3197] <fix>: fix taosdemo coverity scan issue. replace arc4random with rand(). * [TD-3197] <fix>: fix coverity scan issues. check stb info pointer for start time * [TD-3197] <fix>: fix coverity scan issues. fix strcpy vulnerability * [TD-3197] <fix>: fix taosdemo coverity scan issue. modify taosdemoTest2. try to check database continously. * [TD-3197] <fix>: taosdemo coverity scan issues. * [TD-3197] <fix>: fix memory leak when parsing arguments. * [TD-3197] <fix>: fix cmake strip arguments. * [TD-3197] <fix>: taosdemo coverity scan. fix cmake string manipulation. * [TD-3197]<fix>: taosdemo coverity scan issue. configDir buffer overwrite. * [TD-3197]<fix>: coverity scan issue. taosdump argument validation. * [TD-3197]<fix>: taosdemo and taosdump coverity scan issues. * [TD-3197]<fix>: taosdemo coverity scan. append result buf to file. for develop branch. * 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. * delete tests/examples/c/'-g' file * fix example compile error. * fix coverity scan issue Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 shenglian zhou 提交于
-
由 sangshuduo 提交于
-
由 Hui Li 提交于
update doc format
-
由 Hui Li 提交于
update doc format in INTERP function.
-
由 Hui Li 提交于
-
由 Hui Li 提交于
Update docs.md
-
由 Hui Li 提交于
-
由 涛思数据(TDengine) 提交于
-
由 Hui Li 提交于
-
由 Hui Li 提交于
-
由 Hui Li 提交于
-
由 Hui Li 提交于
-
由 Hui Li 提交于
Update create.py
-
由 Hui Li 提交于
-
由 DerrickRose2019 提交于
Enhancing the readability and understandability of TDengine’s documents
-
由 Hui Li 提交于
-
由 Hui Li 提交于
-
由 Hui Li 提交于
-
由 sangshuduo 提交于
* [TD-10578]<fix>: taosdemo rest interface slow. * fix missed 200 * fix create table count * make socket per thread * fix sockfd read timeout * add socket to each query thread * [TD-10469]<docs>: use blm3 for devops * resolve conflict. * rerun drone Co-authored-by: Nzhaoyanggh <yzhao@taosdata.com>
-
由 dapan1121 提交于
Hotfix/td 10696
-
由 dapan1121 提交于
restore error code
-
由 Richard Li 提交于
Fix the typo error in the table/create.py.
-
由 dapan1121 提交于
-