Commit Graph

17581 Commits

Author SHA1 Message Date
wpan f85b81e056 fix bug 2021-08-17 12:47:48 +08:00
wpan 83ec491079 fix bug 2021-08-17 11:48:54 +08:00
wpan 53aa829a86 fix bug 2021-08-17 11:40:14 +08:00
wpan b65bc4dc18 fix bug 2021-08-17 11:35:55 +08:00
wpan 6adcba9dd7 fix bug 2021-08-17 10:23:56 +08:00
wpan 44be3ee34d fix bug 2021-08-17 10:11:11 +08:00
wpan af641899eb fix bug 2021-08-17 10:07:24 +08:00
wpan 0a969d042c fix bug 2021-08-17 10:06:01 +08:00
wpan 762284c409 fix bug 2021-08-17 09:52:39 +08:00
wpan 497159f3aa fix subquery reparse sql issue 2021-08-17 09:40:56 +08:00
dapan1121 37e0bf153a
Merge pull request #7396 from taosdata/hotfix/TD-6073
[td-6073]fix subquery crash issue
2021-08-17 08:25:33 +08:00
dapan1121 490c9387b4
Merge pull request #7388 from taosdata/hotfix/TD-6043-b
[td-6043]fix binary interp function
2021-08-17 08:25:12 +08:00
Haojun Liao ed9f8dad77
Merge pull request #7392 from taosdata/hotfix/TD-6054-master
[TD-6054]<fix>: Filtered by tag with nchar value not as expected
2021-08-16 19:25:33 +08:00
Hui Li b64dfe0fe2
Merge pull request #7398 from taosdata/test/TD-6035-m
[TD-6035]add connector test in CI
2021-08-16 18:24:03 +08:00
liuyq-617 3f62a65b67 test 2021-08-16 17:06:05 +08:00
liuyq-617 01f42064f2 make ci happy 2021-08-16 16:58:43 +08:00
Hui Li e882659e14
Merge pull request #7389 from taosdata/test/TD-5910-m
obtain coredump execfn in script[ci skip]
2021-08-16 16:43:16 +08:00
liuyq-617 d7eb5a22fe [TD-6035]add connector test in CI 2021-08-16 16:42:27 +08:00
Ganlin Zhao bf1fcf1e30 Merge branch 'master' into hotfix/TD-6054-master 2021-08-16 16:25:24 +08:00
wpan 010d416f4a fix crash issue 2021-08-16 16:07:43 +08:00
dapan1121 4c07b00472
Merge pull request #7390 from taosdata/feature/TD-6087
[TD-6087]<merge> merge distinct to master
2021-08-16 15:44:54 +08:00
Ganlin Zhao 7759df3b0b [TD-6054]<fix>: Filtered by tag with nchar value not as expected 2021-08-16 15:29:38 +08:00
liuyq-617 7e56ba09e9 obtain coredump execfn in script[ci skip] 2021-08-16 13:26:59 +08:00
wpan 2db8feb744 fix binary interp function 2021-08-16 13:23:54 +08:00
Hongze Cheng 8d3fe5391c
Merge pull request #7210 from taosdata/hotfix/td-5765
[TD-5765]<hotfix>:check max length when alter tag value
2021-08-16 12:04:08 +08:00
Cary Xu 449ea7a882
Merge pull request #7350 from taosdata/hotfix/TD-6044
[TD-6044]<hotfix>: WAL compatibility since v2.1.5.0
2021-08-16 11:49:48 +08:00
dapan1121 fb6dff3a1d
Merge pull request #7381 from taosdata/hotfix/td-5998-2
[TD-5998]<fix>:_block_dist() only support tables, not subqueries
2021-08-16 10:03:10 +08:00
Hui Li 82b5846748
Merge pull request #7384 from taosdata/xiaoping/test_case
[ci skip] update daily performance script
2021-08-16 09:51:36 +08:00
Hui Li 0e3935acf2
Merge pull request #7330 from taosdata/test/TD-5935
[TD-5935] <test> add case for TD-5935
2021-08-16 09:50:35 +08:00
Ping Xiao 43bd6c6587 [ci skip] update daily performance script 2021-08-16 09:46:15 +08:00
shenglian zhou d8897baa9c [TD-5998]<fix>:_block_dist() only support tables, not subqueries 2021-08-16 09:05:47 +08:00
Shuduo Sang 3aa24b6b23
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#7375)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-15 13:52:07 +08:00
yihaoDeng 8b2b278fb0 [TD-6087]<merge> merge distinct to master 2021-08-15 05:49:16 +00:00
Haojun Liao 6fe3b30dc2
Merge pull request #7332 from taosdata/feature/master1
Feature/master1
2021-08-14 18:48:30 +08:00
dapan1121 712cd086a2
Merge pull request #7355 from taosdata/hotfix/TD-6043
[TD-6043]fix interp stable query issue
2021-08-14 16:29:10 +08:00
Haojun Liao f1c6cc11e6 [td-255] Fix error found by regression test, and rename a macro. 2021-08-14 13:45:45 +08:00
Haojun Liao 4c185833c9 Merge branch 'master' into feature/master1 2021-08-14 12:22:12 +08:00
Linhe Huo 9161244c22
[TD-6078]<fix>: fix binary/nchar null error in node.js [ci skip] (#7366) 2021-08-14 12:04:12 +08:00
Shuduo Sang 9976d7a093
Hotfix/sangshuduo/td 5702 taosdemo remove memop for master (#7359)
* [TD-5702]<fix>: taosdemo remove memory operation.

* [TD-5702]<fix>: taosdemo remove memory operation.

* add remainderBufLen to check row data generation.

* row data generation with remainder buffer length checking.

* git checkout --patch hotfix/sangshuduo/TD-5702-taosdemo-remove-memop taosdemo.c

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-14 11:10:36 +08:00
Cary Xu 7ed460bd03 code optimization 2021-08-14 11:09:14 +08:00
Cary Xu b86f44afef Merge branch 'master' into hotfix/td-5765 2021-08-14 10:57:43 +08:00
Shengliang Guan 19aaf70363
Merge pull request #7344 from taosdata/fix/TD-5890
fixed realloc can cause memory leak
2021-08-14 09:47:12 +08:00
Shengliang Guan d8fff49ee6
Merge pull request #7353 from taosdata/speed-up-drone
speed up drone in master
2021-08-14 09:45:36 +08:00
Cary Xu 4227a8c19c update header 2021-08-14 09:41:39 +08:00
dapan1121 bb092d65b9
Merge pull request #7345 from taosdata/hotfix/TD-6048
[TD-6048]fix stddev query condition column issue
2021-08-14 09:06:48 +08:00
Cary Xu d5f38ac9c9 do further check for blk with len 0 and SKVRow 2021-08-14 08:57:03 +08:00
Shuduo Sang 57d5f22a13
Hotfix/sangshuduo/td 5872 taosdemo stmt improve for master (#7338)
* cherry pick from develop branch.

* cherry pick 548131751fad2b0e11e15b75af6c254164f28eea

* [TD-5872]<fix>: taosdemo stmt csv perf improve.

* rand func back to early impl.

* fix windows/mac compile error.

* cherry pick from develop branch.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-13 19:17:29 +08:00
Cary Xu 9c73bb0dc5 code optimization 2021-08-13 18:43:25 +08:00
Cary Xu c06123053f code optimization 2021-08-13 18:17:29 +08:00
Cary Xu eebc5d4000 bug fix 2021-08-13 18:04:43 +08:00