Elias Soong
b32fca9dec
[TD-4181] <docs>: update Queries related doc.
2021-08-15 22:45:21 +08:00
Elias Soong
f6710ee891
[TD-4181] <docs>: update Advanced-features related doc.
2021-08-15 22:36:37 +08:00
Elias Soong
a68e247cd1
[TD-4181] <docs>: update Connector related doc.
2021-08-15 21:36:31 +08:00
Elias Soong
37a8e1bad1
[TD-4181] <docs>: update Connections related doc.
2021-08-15 19:18:12 +08:00
Ganlin Zhao
3f4e205724
[TD-5623]<feature>: fixed show variable python test case
2021-08-15 14:33:44 +08:00
Ganlin Zhao
600c3006ad
[TD-5623]<feature>: Set default column compression threshold to 512KB
2021-08-15 14:25:34 +08:00
Ganlin Zhao
05d69e77ce
[TD-5623]<feature>: removed compressed from SSqlRes
2021-08-15 14:25:34 +08:00
Ganlin Zhao
5e631fc86f
[TD-5623]<feature>: Added Global config 'CompressColDaata' to
...
enable/disable col compression. Default to 0.
2021-08-15 14:25:34 +08:00
Ganlin Zhao
8eb1af221f
[TD-5623]<feature>: fixed crash caused by second dnodeFetchQ thread try access
...
pRuntimeEnv->outputbuf NULL pointer issue
2021-08-15 14:22:39 +08:00
Ganlin Zhao
8a140660a4
[TD-5623]<feature>: changed compression threshhold check, if column size
...
exceeds certain amount will compress the whole block.
2021-08-15 14:22:39 +08:00
Ganlin Zhao
65fefbd16d
[TD-5623]<feature>: fix pointer issues after realloc rsp
2021-08-15 14:22:39 +08:00
Ganlin Zhao
ace6d9f7d0
[TD-5623]<feature>: skip compSizes when when memmove
2021-08-15 14:22:39 +08:00
Ganlin Zhao
16b2f3609c
[TD-5623]<feature>: resize rsp to accommodate decompressed data
2021-08-15 14:22:39 +08:00
Ganlin Zhao
96e7876ded
[TD-5623]<feature>: fix endian issue
2021-08-15 14:22:39 +08:00
Ganlin Zhao
d267d287fd
[TD-5623]<feature>: fix endian issue
2021-08-15 14:22:39 +08:00
Ganlin Zhao
c8df2af190
[TD-5623]<feature>: fix endian issue
2021-08-15 14:22:39 +08:00
Ganlin Zhao
90311bb494
[TD-5623]<feature>: fix malloc pointer issue
2021-08-15 14:22:39 +08:00
Ganlin Zhao
91c5deb97f
[TD-5623]<feature>: fix passing pointer issue
2021-08-15 14:22:39 +08:00
Ganlin Zhao
97e7f0fec0
[TD-5623]<feature>: fix passing pointer issue
2021-08-15 14:22:39 +08:00
Ganlin Zhao
8271c50889
[TD-5623]<feature>: append compressed sizes for each col afterdata
2021-08-15 14:22:39 +08:00
Ganlin Zhao
d31eee309a
[TD-5623]<feature>: add server code for decompressing col data
2021-08-15 14:22:39 +08:00
Ganlin Zhao
1a3cf2e505
[TD-5623]<feature>: add compression code on server side
2021-08-15 14:22:38 +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
Shuduo Sang
02f6f5e457
Feature/sangshuduo/td 5844 cmdline parameters align ( #7239 )
...
* [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
* fix windows compiler options.
* make taos.exe use mysql style password input.
* make taos shell and taosdump use mysql style password input.
* determine scanf return value.
2021-08-15 12:53:34 +08:00
Shuduo Sang
0b6a2ffdd8
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan ( #7374 )
...
* [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.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-15 12:52:40 +08:00
yihaoDeng
709dfb0ff3
[TD-6083]<fix> subquery orderby column must be contained in proj column
2021-08-15 02:50:26 +00:00
dapan1121
17f2d3fb5a
Merge pull request #7273 from taosdata/feature/TD-5797
...
[TD-5797]<feature> support multi distinct
2021-08-15 06:41:30 +08: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
wpan
eaf4a323f7
Merge branch 'develop' into feature/TD-2581
2021-08-14 16:27:28 +08:00
wpan
cc4db89152
improve performance
2021-08-14 16:26:39 +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
Keli
87396aaba1
fix README.MD in minidevops directory ( #7364 )
...
Signed-off-by: Keli <root@keli.im>
2021-08-14 12:06:26 +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
Linhe Huo
003fb71488
[TD-6078]<fix>: fix binary/nchar null error in node.js [ci skip] ( #7365 )
2021-08-14 12:03:23 +08:00
Cary Xu
b5c505a6b8
code optimization
2021-08-14 11:11:20 +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
Shuduo Sang
62987c39d2
Hotfix/sangshuduo/td 5702 taosdemo remove memop ( #7358 )
...
* [TD-5702]<fix>: taosdemo remove memory operation.
* add remainderBufLen to check row data generation.
* row data generation with remainder buffer length checking.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-14 10:16:35 +08:00
dapan1121
5c8080467b
Merge pull request #7276 from taosdata/hotfix/td-5931
...
[TD-5931]<fix>:add empty table
2021-08-14 10:07:37 +08:00
dapan1121
46a0b3bf96
Merge pull request #7321 from taosdata/fix/TD-5610
...
[TD-5610]<fix> resp detailed info of invalidfqdn
2021-08-14 10:04:52 +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
50fe797636
Merge pull request #7354 from taosdata/test/speedup_drone_2.0
...
speed up drone in 2.0
2021-08-14 09:45:48 +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
4fcb2b07ef
update header
2021-08-14 09:42:35 +08:00
Cary Xu
4227a8c19c
update header
2021-08-14 09:41:39 +08:00
liuyq-617
868ad35059
add join.sim
2021-08-14 09:41:30 +08:00