Commit Graph

16719 Commits

Author SHA1 Message Date
Hui Li 718500ba18
Merge pull request #6682 from taosdata/xiaoping/add_test_case
[TD-4951]<test>: add test case
2021-07-01 09:46:18 +08:00
Ganlin Zhao d80c0c2804
[TD-4991]<fix>: fix build failure on MacOS with apple m1 chip (#6688)
* Fix build failure on MacOS with apple m1 chip

* Fix build failure on MacOS with apple m1 chip
2021-07-01 09:43:03 +08:00
Shuduo Sang 1be31a62a8
Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume (#6685)
* [TD-4918]<fix>: taosdemo subscribe endAfterResume.

* fix mask length.

* fix heap use-after-free.
2021-06-30 22:04:23 +08:00
Shuduo Sang f7c6347c50
Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume for develop (#6689)
* [TD-4918]<fix>: taosdemo subscribe endAfterResume.

* fix heap use-after-free issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-30 21:35:26 +08:00
Linhe Huo 067219376c
[TD-4641]<fix>: fix nodejs query result error (#6448)
Update Node.js connector version to v2.0.8
2021-06-30 20:16:22 +08:00
liuyq-617 4a26a26cfa :Merge branch 'feature/TD-4666' of github.com:taosdata/TDengine into feature/TD-4666 2021-06-30 10:53:41 +00:00
Cary Xu 0d9cf34882 SKVRow offset bug fix 2021-06-30 18:52:26 +08:00
Elias Soong af88f57633
Merge pull request #6696 from taosdata/docs/Update-Latest-Feature
[TD-4928] <docs>: fix typo.
2021-06-30 18:18:15 +08:00
Elias Soong adc6cbc887 [TD-4928] <docs>: fix typo. 2021-06-30 18:17:52 +08:00
Elias Soong 177af9e608
Merge pull request #6695 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix return type of "taos_errno".
2021-06-30 18:08:42 +08:00
Elias Soong 8eedc5c973 [TD-2639] <docs>: fix return type of "taos_errno". 2021-06-30 18:06:13 +08:00
Shenglian Zhou 72d8302f9d [TD-4972]<fix>:fix error about double precision conversion on timestamp expr value 2021-06-30 16:57:19 +08:00
Shenglian Zhou fab17bf797 [TD-4986]<fix>:fix core when no ts returned from subquery 2021-06-30 16:48:49 +08:00
Minglei Jin b9ccb24aa7 [TD-4593]<fix>: fix vnode cannnot close while syncing 2021-06-30 16:44:35 +08:00
Minglei Jin ae9c561665 [TD-4826]<fix>: no extra sleep if no message in vwqueue 2021-06-30 16:42:07 +08:00
Hui Li 48924cb4cd
Merge pull request #6690 from taosdata/test/fix_err_case
fix retention case error
2021-06-30 16:32:40 +08:00
liuyq-617 e7cc15a861 fix retention case error 2021-06-30 16:30:46 +08:00
hope 1978c7729a 1. move gnu compile flags "-pipe -Wshadow" from root "CMakeLists.txt" to "cmake/define.inc"; and change compile flag "/O3" to "/O2", because "/O3" is not supported by MSVC.
2. fix compile warnings in "src/util/src/tbuffer.c", by using "union" to transform integer with float and double.
3. use "memcpy()" instead of directly type convert in "rc/util/src/tutil.c" to resolve memory alignment problem in ARM platform.
4. reduce other compile warnings.
2021-06-30 15:29:42 +08:00
Ping Xiao 3f5f0261f2 [TD-4951]<test>: add test case 2021-06-30 15:12:32 +08:00
xywang d5f914857a [TD-4953]<fix>: fixed a crash bug when run taos on Windows. 2021-06-30 13:54:32 +08:00
Shuduo Sang 2771246403
[TD-4987]<fix>: issues memory sanitizier detected. (#6675) 2021-06-30 13:47:06 +08:00
liuyq-617 655149a9d6 jjjjMerge branch 'feature/TD-4666' of github.com:taosdata/TDengine into feature/TD-4666 2021-06-30 05:43:25 +00:00
Cary Xu 8f58cb6cb2 code optimization 2021-06-30 13:41:35 +08:00
Haojun Liao d9ba8b1662 [td-225] 2021-06-30 13:06:51 +08:00
Jun Li 201f6c465e
Fix some printf typing issue (#6659) 2021-06-30 11:42:16 +08:00
Haojun Liao 562d82ed68
Merge pull request #6662 from taosdata/bugfix/TD-4915
[TD-4915]<fix> fix show-create-database except
2021-06-30 11:30:47 +08:00
Haojun Liao 941e69da9d
Merge pull request #6644 from taosdata/feature/m2d4
merge from master into develop
2021-06-30 11:29:31 +08:00
Haojun Liao 1f670fc95a [td-225]update the sim. 2021-06-30 11:27:17 +08:00
Jun Li b2802fad44 Add default path for waltest 2021-06-29 20:19:20 -07:00
wpan 660d10cec0 fix offset issue 2021-06-30 11:17:40 +08:00
Cary Xu 33c6b5cec7 Merge branch 'develop' into feature/TD-4666 2021-06-30 10:39:57 +08:00
Cary Xu f3a1f84a74 support SKVRow for 4096 columns 2021-06-30 10:39:42 +08:00
Haojun Liao 4dedf537e6 Merge remote-tracking branch 'origin/feature/query' into feature/query 2021-06-30 10:31:56 +08:00
Haojun Liao e55053fc45 [td-4966]<fix>:add more check in group by clause. 2021-06-30 10:31:40 +08:00
Haojun Liao 9fd6d0593f [td-4954]<fix>:update some error message strings. 2021-06-29 22:58:00 +08:00
Shuduo Sang 4233a5a5d4
Hotfix/sangshuduo/td 4892 taosdemo sub fetch for develop (#6668)
* fix crash if no result file.

* make taosdemo same as master branch.

* decrease few debug print level.
2021-06-29 21:48:15 +08:00
Shuduo Sang d026b922a7
Hotfix/sangshuduo/td 4892 taosdemo sub fetch (#6669)
* [TD-4892]<fix>: taosdemo subscribe fetch result.

* fix stbname length.

* restrict prefix length.

* submit empty

* fix minor code.

* fix crash if no result file.

* decrease few debug print level.
2021-06-29 21:47:12 +08:00
Cary Xu 0c7f46e486 utilize SMemRow 2021-06-29 20:10:30 +08:00
Haojun Liao 52d1ae7d8b
Merge pull request #6655 from taosdata/feature/query
Feature/query
2021-06-29 19:27:52 +08:00
tomchon c0e4296d15 [TD-4552]<test>: update testcase that compressing wal logs 2021-06-29 19:17:13 +08:00
bryanchang0603 d654a5c762 [TD-4927] update test case 2021-06-29 18:22:10 +08:00
liuyq-617 2badb991d7 Merge branch 'feature/query' of github.com:taosdata/TDengine into feature/query 2021-08-10 14:30:43 +08:00
liuyq-617 0a45ee6812 [TD-4967]<test>update retention policy testcase 2021-08-10 14:30:37 +08:00
Elias Soong 57ee6732be
Merge pull request #6666 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-06-29 18:12:08 +08:00
Elias Soong bf14dba356 [TD-4528] <docs>: add Go example about reading from Kafka and writing to TDengine. 2021-06-29 17:39:55 +08:00
Shuduo Sang 46b3927e07
Docs/sangshuduo/td 4752 python nanosecond (#6664)
* [TD-4752]<doc>: python connector supports nanoseconds.

* update english document too.
2021-06-29 16:23:45 +08:00
Linhe Huo 44758e1b51
[TD-4906]<fix>: fix grafana dashboard import error in Grafana v6.2.x (#6661) 2021-06-29 16:17:15 +08:00
Elias Soong 80047afd7e [TD-3086] <docs>: tags columns can use timestamp type now. 2021-06-29 15:55:06 +08:00
Elias Soong 2237648e83 [TD-3178] <docs>: describe command "COMPACT". 2021-06-29 14:20:45 +08:00
Shuduo Sang 0af16a88d9
[TD-4752]<doc>: python connector supports nanoseconds. (#6660) 2021-06-29 13:33:55 +08:00