Commit Graph

18543 Commits

Author SHA1 Message Date
Cary Xu 3155e72501 enhance 2021-08-18 19:43:44 +08:00
Elias Soong dc486f1989
Merge pull request #7448 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-08-18 19:26:41 +08:00
Elias Soong e41ae90908 [TD-4181] <docs>: fix some minor format things. 2021-08-18 19:23:42 +08:00
Shengliang Guan 8ee38c7124 Merge from 2.0 2021-08-18 18:48:02 +08:00
Shengliang Guan 40e640ae3f Merge remote-tracking branch 'origin/master' into feature/m1 2021-08-18 18:42:30 +08:00
Ganlin Zhao 4286f85718 [TD-6165]<enhance>: use memcpy to replace wcsncmp for nchar type comparision 2021-08-18 18:12:53 +08:00
Ganlin Zhao ca68c37dff [TD-6011]<fix>: where clause including 'bool' Keyword causes core dump 2021-08-18 17:44:24 +08:00
Ganlin Zhao 34f4f8ca01 [TD-6011]<fix>: where clause including 'bool' Keyword causes core dump 2021-08-18 17:38:19 +08:00
Ganlin Zhao b4eee35481 [TD-6011]<fix>: where clause including 'bool' Keyword causes core dump 2021-08-18 17:31:20 +08:00
afwerar 97a3aeeb43 [TD-6169]<fix>: windows dll client can not quit. 2021-08-18 17:25:16 +08:00
dapan1121 00d082806e
Merge pull request #7435 from taosdata/hotfix/TD-6131
[TD-6131]<fix>  taosd crash  when 'show vnodes ' return too many results
2021-08-18 17:16:10 +08:00
afwerar f9b7b86eb9 [TD-6169]<fix>: windows dll client can not quit. 2021-08-18 17:08:02 +08:00
Elias Soong 6dde4a6b36 [TD-2639] <docs>: update parameter BLOCKS value in example to be 6. 2021-08-18 16:59:25 +08:00
wpan 16fe1e27bf fix nested query bug 2021-08-18 16:45:59 +08:00
fastjrun 53b398c08d 文档过时:1、tdsdemo中初始化的表名前缀已经由t改为d,2、相关表字段也更新;3、目前镜像已经支持多平台 2021-08-18 16:19:25 +08:00
Shuduo Sang ffcc93016a
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#7433)
* 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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-18 16:12:36 +08:00
Cary Xu 1c0e89de2b enhance performacne when inserting from csv 2021-08-18 14:52:05 +08:00
Elias Soong c1f224ecfc
Merge pull request #7434 from taosdata/docs/Update-Latest-Feature
[TD-5532] <docs>: resolve unsigned problem of Grafana plugin.
2021-08-18 14:35:11 +08:00
Elias Soong 796538a869 [TD-5532] <docs>: resolve unsigned problem of Grafana plugin. 2021-08-18 14:34:46 +08:00
Shuduo Sang 5c400d7256
Feature/sangshuduo/td 5136 taosdemo rework (#7432)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-18 13:55:23 +08:00
yihaoDeng cdac4b6d40 [TD-6088]<fix> handel bigint sum 2021-08-18 02:53:55 +00:00
Hui Li 4da75f91ab
Merge pull request #7412 from taosdata/test/TD-5798
[TD-5798] <test> add case for td5798
2021-08-18 10:40:42 +08:00
Hui Li fa9f76fc9d
Merge pull request #7413 from taosdata/test/TD-6123
[TD-6113] <fix> fix case of TD-6113
2021-08-18 10:40:35 +08:00
Hui Li 46b44c329d
Merge pull request #7415 from taosdata/release/ver-2.1.7.1
change version number
2021-08-18 10:40:31 +08:00
dapan1121 79c2eca8dc
Merge pull request #7421 from taosdata/enhance/TD-6165-2.0
[TD-6165]<enhance>: use memcpy to replace wcsncmp for nchar type comparision
2021-08-18 09:54:44 +08:00
dapan1121 927c21e0f2
Merge pull request #7420 from taosdata/enhance/TD-6165-master
[TD-6165]<enhance>: use memcpy to replace wcsncmp for nchar type comparision
2021-08-18 09:54:26 +08:00
dapan1121 eb80f2ff39
Merge pull request #7378 from taosdata/hotfix/TD-6054
[TD-6054]<fix>: Filtered by tag with nchar value not as expected
2021-08-18 09:53:14 +08:00
dapan1121 91196287f3
Merge pull request #7417 from taosdata/hotfix/TD-6149
[TD-6149]fix msg null issue
2021-08-18 09:48:15 +08:00
wpan 35b82a644f fix nested query bug 2021-08-18 09:40:18 +08:00
yihaoDeng 19feac31c9 [TD-6198]<fix> fix bigint sum error 2021-08-18 01:13:22 +00:00
yihaoDeng 0e0e727eaf [TD-6088]<fix> handle bigint sum 2021-08-18 01:08:22 +00:00
yihaoDeng 11996d2576 [TD-6131]<fix> show vnodes crash 2021-08-17 21:42:23 +00:00
yihaoDeng 5846660566 [TD-6131]<fix> show vnodes crash 2021-08-17 21:13:03 +00:00
yihaoDeng c4136b1b39 [TD-6131]<fix> show vnodes crash 2021-08-17 20:11:47 +00:00
yihaoDeng 121e0bc033 [TD-6131]<fix> show vnodes crash 2021-08-17 19:34:43 +00:00
Elias Soong cb4288de81
Merge pull request #7429 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-08-18 02:36:14 +08:00
Elias Soong 858be72da7 [TD-4181] <docs>: fix html table code. 2021-08-18 02:30:07 +08:00
Elias Soong e4fe2ebbfb [TD-4181] <docs>: update Evaluation related doc. 2021-08-17 22:15:33 +08:00
Elias Soong 40f76a4cf7 [TD-4181] <docs>: update Getting-started related doc. 2021-08-17 22:02:46 +08:00
Shuduo Sang 5e15ac45fc
Hotfix/sangshuduo/td 6166 pointer not init (#7427)
* [TD-6166]<fix>: pointer not initialized led taos.exe exit on windows.

* another line.
2021-08-17 19:24:37 +08:00
Shuduo Sang 2d62d2fe2e
Hotfix/sangshuduo/td 6166 pointer not init for 2171 (#7428)
* [TD-6166]<fix>: pointer not initialized led taos.exe exit on windows.

* another line.
2021-08-17 19:22:48 +08:00
wangmm0220 0e4b683b6d [TD-6046]<fix> fix ts top/bottom error 2021-08-17 18:48:50 +08:00
wangmm0220 e98863b5fd [TD-6046]<fix> fix ts top/bottom error 2021-08-17 18:48:01 +08:00
wangmm0220 045f873636 [TD-6046]<fix> fix ts top/bottom error 2021-08-17 18:45:56 +08:00
Elias Soong b01275d5db [TD-4181] <docs>: update Model example doc in Architecture section. 2021-08-17 18:41:14 +08:00
Shuduo Sang 0c7cf3a918
[TD-6166]<fix>: pointer not initialized led taos.exe exit on windows. (#7424) 2021-08-17 18:39:02 +08:00
Shuduo Sang 2bed48b402
[TD-6166]<fix>: pointer not initialized led taos.exe exit on windows. (#7425) 2021-08-17 18:38:33 +08:00
wangmm0220 2798480b00 [TD-6046]<fix> fix ts top/bottom error 2021-08-17 18:34:34 +08:00
dapan1121 9de3030c74
Merge pull request #7414 from taosdata/hotfix/TD-6135
[TD-6135]fix interp crash issue
2021-08-17 18:28:38 +08:00
Elias Soong 25d2e2e903 [TD-4181] <docs>: update Architecture related doc. 2021-08-17 18:27:19 +08:00