Commit Graph

17385 Commits

Author SHA1 Message Date
tomchon 20c6dd7070 modify dockerManifest.sh 2021-07-11 20:51:50 +08:00
Shuduo Sang bf5b5b3549
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#6829)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 20:24:55 +08:00
Shuduo Sang 6fc8a6f537
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#6830)
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* exit if read sample file failed.

* fix converity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 20:24:39 +08:00
tomchon 76985feccb modify docker_manifest.sh 2021-07-11 19:39:16 +08:00
kailixu c329bb4d0b fix compile err 2021-07-11 10:20:53 +00:00
Cary Xu a43b96f860 Merge branch 'develop' into feature/TD-4666 2021-07-11 14:45:05 +08:00
Cary Xu 1cd331a376 payload refactor to support 4096 2021-07-11 14:44:13 +08:00
Haojun Liao 812c9bcc2e [td-5176]<enhance>: improve the twa query performance in case of interval query. 2021-07-11 14:43:55 +08:00
Shuduo Sang ba76e69895
Hotfix/sangshuduo/td 3801 taosdump coverity scan issue (#6828)
* [TD-3801]<fix>: taosdump coverity scan issue.

* merge from commit: 069169e7c1 and fix coverity scan issue.

* fix converity issues

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 11:21:34 +08:00
Shuduo Sang e5917825b5
Hotfix/sangshuduo/td 3801 taosdump coverity scan issue for develop (#6827)
* fix converity scan issue.

* fix converity issues

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 11:21:05 +08:00
shenglian zhou 12e8b038d1 before debugging 2021-07-10 16:18:38 +08:00
yihaoDeng 3050211e5c merge develop 2021-07-10 13:58:11 +08:00
yihaoDeng 15f6335e98 merge develop 2021-07-10 11:49:40 +08:00
yihaoDeng 5a7917e69b [TD-5134]<fix> fix runtime error 2021-07-10 11:05:12 +08:00
yihaoDeng 286f95756a Merge branch 'neDev' into t5035 2021-07-10 00:05:37 +08:00
Haojun Liao 8cd41b4c98
Merge pull request #6824 from taosdata/feature/query
[td-225]
2021-07-09 21:52:57 +08:00
shenglian zhou d5ab8d7ced before taos_bind/taos_multi_bind generation 2021-07-09 19:37:15 +08:00
Haojun Liao c9933fd333 [td-225] 2021-07-09 19:16:25 +08:00
Haojun Liao 794549527c
Merge pull request #6818 from taosdata/hotfix/TD-5156
[TD-5156]fix interval issue
2021-07-09 19:12:03 +08:00
tomchon 6956334264 Merge branch 'master' of github.com:taosdata/TDengine into release/ver-2.0.20.9 2021-07-09 18:02:58 +08:00
bryanchang0603 b2592f3168 Merge branch 'develop' of github.com:taosdata/TDengine into release/ver-2.1.4.1 2021-07-09 17:59:31 +08:00
Shuduo Sang a13206ddbf
Feature/sangshuduo/td 3973 use jemalloc (#6822)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

* release script works.

* fix a typo.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* add /etc/ld.so.conf.d/jemalloc.conf for centos

* check ver comp by file.

* fix makeclient.sh

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-09 17:58:08 +08:00
Shuduo Sang 373f1ed483
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6821)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* cherry pick from develop branch.

* cherry pick from develop branch.

* fix install_jemalloc() in install_client.sh.

* fix makeclient.sh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-09 17:55:40 +08:00
Haojun Liao 5d1c708ca6 [td-225]fix precision problem. 2021-07-09 17:18:01 +08:00
tomchon de636590e6 Merge branch 'master' of github.com:taosdata/TDengine into release/ver-2.0.20.9 2021-07-09 16:55:52 +08:00
Shuduo Sang edb61e7caf
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6820)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* cherry pick from develop branch.

* cherry pick from develop branch.

* fix install_jemalloc() in install_client.sh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-09 16:49:21 +08:00
Linhe Huo 66ab17dd58
[TD-4946]<feature>: Node.js connector support nanoseconds (#6817)
* [TD-4946]<feature>: Node.js connector support nanoseconds

* [TD-5166]<feature>: Node.js connector support no host settings
2021-07-09 16:48:32 +08:00
tomchon cc3c612485 Merge branch 'master' of github.com:taosdata/TDengine into release/ver-2.0.20.9 2021-07-09 16:43:49 +08:00
jtcheng e811cb0ad8
[TD-6809]: Fix jdbc NPE (#6814) 2021-07-09 14:12:23 +08:00
wpan 4b9190ab38 fix interval issue 2021-07-09 14:06:49 +08:00
tickduan 60e056a2cb fixed taospack crash 2021-07-09 13:34:11 +08:00
Haojun Liao 73c609f783 Merge branch 'develop' into feature/cenc 2021-07-09 13:25:03 +08:00
Haojun Liao 99aca608a5
Merge pull request #6816 from taosdata/feature/query
[td-5126]<enhance>:improve the nest query performance.
2021-07-09 13:23:30 +08:00
Haojun Liao 03455e6fe9 [td-5126]<enhance>:improve the nest query performance. 2021-07-09 12:19:59 +08:00
shenglian zhou c4f06ca30b develop schemaless 2021-07-09 11:56:58 +08:00
Elias Soong 94d1ac9f98
Merge pull request #6815 from taosdata/docs/Update-Latest-Feature
[TD-4808] <docs>: update Windows specific commands in building & inst…
2021-07-09 11:35:28 +08:00
Elias Soong 1d61e72be3 [TD-4808] <docs>: update Windows specific commands in building & installation. 2021-07-09 11:35:05 +08:00
yihaoDeng b36050cb95 [TD-5134]<fix> fix runtime error 2021-07-09 11:03:09 +08:00
tickduan 5653b479ce restore no change file from develop 2021-07-09 10:24:52 +08:00
tickduan 4b9691a83a Merge branch 'develop' into compress_float 2021-07-09 09:53:22 +08:00
Shuduo Sang a9d577d083
Hotfix/sangshuduo/td 5108 lua support for master (#6813)
* [TD-5108]<feature>: support lua on Windows and Mac

* fix compile warning on mac
2021-07-09 09:48:31 +08:00
tickduan 612749e85a subscribe.c is modify by self restore with develop 2021-07-09 09:44:51 +08:00
yihaoDeng f8df9d40ce [TD-5134]<fix> fix runtime error 2021-07-09 09:25:32 +08:00
yihaoDeng 2b963dc386 [TD-5134]<fix> fix runtime error 2021-07-09 08:49:40 +08:00
tomchon befa257a86 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-09 02:45:28 +08:00
Shuduo Sang 0e2629dc10
Hotfix/sangshuduo/td 5128 odbc compile failure for master (#6810)
* [TD-5128]<fix>: odbc compile failed.

* fix cmake minimum version complain on mac and windows.

* fix visual studio 2012 build issue.
2021-07-08 23:35:40 +08:00
yihaoDeng c2f32ad9c1 [TD-5134]<fix> fix runtime error 2021-07-08 23:33:12 +08:00
Shuduo Sang 8d1e7a804f
Hotfix/sangshuduo/td 5128 odbc compile failure (#6811)
* [TD-5128]<fix>: odbc compile failed.

* cherry pick from master branch.

* fix visual studio 2012 build issue.
2021-07-08 21:58:30 +08:00
Shuduo Sang 00a02452b2
Feature/sangshuduo/td 5108 lua support on win and mac (#6812)
* [TD-5108]<feature>: support lua on Windows and Mac

* fix compile warning on mac
2021-07-08 21:57:17 +08:00
tickduan d2a6904c5e mac build ok 2021-07-08 21:36:26 +08:00