Commit Graph

17568 Commits

Author SHA1 Message Date
wpan bb1b3ae718 Merge branch 'feature/m2d7' into feature/TD-5739 2021-08-04 08:10:20 +08:00
Cary Xu 049a4e1582 bug fix 2021-08-04 07:12:54 +08:00
Cary Xu 9f8af9a1ea remove duplicated () 2021-08-04 04:22:37 +08:00
Cary Xu 366a6b24ce remove ASSERT 2021-08-04 04:04:19 +08:00
Cary Xu 108473a7af remove ASSERT 2021-08-04 04:00:53 +08:00
Liu Jicong f7e8569521 [TD-5694]<fix>: finish 2021-08-04 03:22:04 +08:00
Liu Jicong 391b5c6a3a [TD-5694]<fix>: finish 2021-08-04 03:20:16 +08:00
Liu Jicong 3749b3d120 [TD-5694]<fix>: fix 2021-08-04 03:04:43 +08:00
Liu Jicong 9d6dbf4736 [TD-5694]<fix>: fix 2021-08-04 01:15:29 +08:00
Liu Jicong 7b1fce481a [TD-5694]<fix>: fix 2021-08-04 01:12:10 +08:00
Liu Jicong cc451f1fbc [TD-5694]<fix>: fix 2021-08-04 01:02:00 +08:00
yihaoDeng f95e07bb2e [TD-4199]<feature> enhance performance 2021-08-04 00:55:28 +08:00
Liu Jicong 42db901a22 [TD-5694]<fix>: fix 2021-08-04 00:51:35 +08:00
Liu Jicong 97bd6a9f92 [TD-5694]<fix>: fix memory alloc 2021-08-04 00:18:10 +08:00
Liu Jicong 2062b768db [TD-5694]<hot-fix>: fix memory alloc 2021-08-04 00:01:13 +08:00
yihaoDeng 7c3e84b7e1 [TD-4199]<feature> enhance performance 2021-08-03 23:47:01 +08:00
Liu Jicong 3b775c190f [TD-5694]<fix>: fix memory alloc 2021-08-03 22:52:46 +08:00
Liu Jicong 7dbf526124 [TD-5694]<fix>: refactor 2021-08-03 22:13:46 +08:00
Liu Jicong 72c26ef481 [TD-5694]<fix>: refactor 2021-08-03 22:03:59 +08:00
Shuduo Sang ce52e4aa69
[TD-5712]<fix>: taosdump timestamp overflow. (#7119)
* [TD-5712]<fix>: taosdump timestamp overflow.

* fix few variables' name

* fix stable loop mistake.

* fix bug if thread number is 1
2021-08-03 21:34:21 +08:00
yihaoDeng 93245c12f9 [TD-4199]<feature> enhance performance 2021-08-03 20:01:39 +08:00
happyguoxy db6c0da0f3 [TD-5460]<test>:test database update 2021-08-03 19:05:36 +08:00
happyguoxy ad2a3150fe [TD-5460]<test>:test database update=2 2021-08-03 19:05:09 +08:00
happyguoxy 92c0b28106 [TD-5460]<test>:test database update=1 2021-08-03 19:05:01 +08:00
happyguoxy 746a316f23 [TD-5460]<test>:test database update=0 2021-08-03 19:04:51 +08:00
Shuduo Sang ba7427c8c9
[TD-5702]<fix>: taosdemo remove memory operation. (#7114)
* [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-03 18:48:50 +08:00
Cary Xu 0c68b2b1bb Merge branch 'develop' into enhance/TD-5622 2021-08-03 18:48:11 +08:00
Liu Jicong e8d100657b [TD-5694]<hot-fix>: fix memory alloc 2021-08-03 18:37:57 +08:00
Cary Xu e200a7af6d code optimization 2021-08-03 17:52:39 +08:00
Haojun Liao aba079346a
Merge pull request #7111 from taosdata/feature/query
Feature/query
2021-08-03 17:49:34 +08:00
Cary Xu f0b2063f6b bug fix 2021-08-03 17:49:12 +08:00
yihaoDeng 38d9fbc7d9 [TD-4199]<feature> enhance performance 2021-08-03 17:46:48 +08:00
Shengliang Guan cc2440a575
Merge pull request #7126 from taosdata/fix/TD-5537
[TD-5537]<fix>: fix mnode write processing's license expired issue
2021-08-03 17:35:25 +08:00
Shengliang Guan 6bdf22f737 merge from master 2021-08-03 17:26:42 +08:00
Shengliang Guan 9b12556314 Merge remote-tracking branch 'origin/develop' into feature/m2d7 2021-08-03 17:13:37 +08:00
yihaoDeng 806cf56011 [TD-4199]<feature> enhance performance 2021-08-03 17:12:44 +08:00
wpan cf00dc2316 fix interp issue 2021-08-03 15:36:15 +08:00
Cary Xu 57794a070e [TD-5622]<enhance>: generate SMemRow from source 2021-08-03 15:29:55 +08:00
Liu Jicong 9de8ca6725 [TD-5694]<hot-fix>: alloc mem for datacols dynamically 2021-08-03 15:29:00 +08:00
liuyq-617 17277ef64f prevent zombie taosd 2021-08-03 14:21:53 +08:00
Shuduo Sang f5a9b37c28
[TD-5702]<fix>: taosdemo remove memory operation. (#7116)
* [td-5654]<fix>: fix the bug caused by unexpected error code.

* [td-5707]<fix>: fix bug in interp query while only one row exists in a table.

* [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.

Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-03 14:14:52 +08:00
Haojun Liao f0a37123b3
Merge pull request #7106 from taosdata/fix/TD-5618
Fix/td 5618
2021-08-03 14:08:38 +08:00
Haojun Liao 86329ad1b0
Merge pull request #7110 from taosdata/fix/TD-5650
[TD-5650]<fix> fix long tag filter conditon error
2021-08-03 14:02:47 +08:00
Haojun Liao f8b8b9d20e
Merge pull request #7107 from taosdata/fix/TD-5579
[TD-5579]<fix> give tips for 3 level'select
2021-08-03 13:58:32 +08:00
liuyq-617 f3f8a20296 prevent zombie taosd 2021-08-03 13:51:48 +08:00
Elias Soong 0d4b7ec73d
Merge pull request #7130 from taosdata/docs/Update-Latest-Feature
[TD-2569] <docs>: fix description about timestamp starting time.
2021-08-03 13:23:21 +08:00
Elias Soong 07b74e1afb [TD-2569] <docs>: fix description about timestamp starting time. 2021-08-03 13:22:59 +08:00
liuyq-617 ae25f4076a [TD-5662]<test>remove now and duplicate sim case 2021-08-03 11:46:41 +08:00
Hui Li 904f82e2d8
Merge pull request #7127 from taosdata/xiaoping/add_test_case
remove duplicate file: operator.py
2021-08-03 11:32:36 +08:00
Ping Xiao ad05808c01 remove duplicae file: operator.py 2021-08-03 11:23:59 +08:00