Commit Graph

17914 Commits

Author SHA1 Message Date
Elias Soong b84b2600e9
Merge pull request #7179 from taosdata/sangshuduo-fix-doc-typo
fix groupdId typo
2021-08-05 11:46:07 +08:00
Zhiyu Yang a1c586ba9f
Fix/td 5788 (#7164)
* [TD-5788]<fix>: fix DatabaseMetaData's ResultSet with wrong taos type

* change
2021-08-05 11:40:17 +08:00
Zhiyu Yang 8a888068bb
Hotfix/td 5788 (#7162)
* [TD-5788]<fix>: fix DatabaseMetaData's ResultSet with wrong taos type

* change
2021-08-05 11:40:03 +08:00
Shuduo Sang e4ff6617fc
fix groupdId typo 2021-08-05 11:28:18 +08:00
Shuduo Sang 42654182a9
fix groupdID typo 2021-08-05 11:25:28 +08:00
Shuduo Sang 5b4e6e30d8
fix groupdId typo 2021-08-05 11:23:49 +08:00
Haojun Liao 62ecad982e
Merge pull request #7122 from taosdata/feature/TD-5729
[TD-5729]<feature>: add subquery states and obj_ids to show queries  output
2021-08-05 11:21:18 +08:00
shenglian zhou 399a7d94b6 [TD-5806]<feature>:add role_time to show mnodes 2021-08-05 11:15:14 +08:00
Haojun Liao 7466d787ce [td-5573]<enhance>: support order clause in outer query. 2021-08-05 11:05:22 +08:00
Shengliang Guan 08ae288115
Merge pull request #7146 from taosdata/feature/devTomaster_1
Merge the uncommitted part of the develop into master
2021-08-05 10:58:46 +08:00
Liu Jicong e11ae1f46e memory alloc may fail 2021-08-05 10:53:01 +08:00
Liu Jicong c3413fd830 fix realloc usage in tdataformat 2021-08-05 10:34:24 +08:00
Liu Jicong 9e2188b196 small improvements, fix potential bug for inserting 2021-08-05 10:31:05 +08:00
shenglian zhou 84d15a7e97 fix bug on show vnodes with dnode ep 2021-08-05 10:27:14 +08:00
Hongze Cheng bc07960f58
Merge pull request #7160 from taosdata/hotfix/TD-5765
[TD-5765]<hotfix>:check max length when alter tag value
2021-08-05 10:24:34 +08:00
wenzhouwww 3a24a18e5b [TD-5369]<test> : fix an error about test case for subscribe 2021-08-05 10:22:13 +08:00
wangmm0220 0966d0ca4b Merge branch 'develop' into fix/TD-5578 2021-08-05 10:08:51 +08:00
wangmm0220 b5dac67b50 Merge branch 'develop' into fix/TD-5578 2021-08-05 10:07:14 +08:00
Shuduo Sang 3e62ea5041
[TD-5790]<fix>: taosdemo memory corrupted. (#7170) 2021-08-05 09:54:31 +08:00
wpan d86f582a25 improve performance 2021-08-05 08:52:36 +08:00
Shuduo Sang fd891ad0fb
[TD-5790]<fix>: taosdemo memory corrupted. (#7169) 2021-08-05 08:00:35 +08:00
Cary Xu 7bc7424dd0 code optimization 2021-08-05 07:05:21 +08:00
Cary Xu 4b226a92f4 remove redundant () 2021-08-05 06:23:28 +08:00
Cary Xu 76fb1a93ab Merge branch 'hotfix/TD-5765' of github.com:taosdata/TDengine into hotfix/TD-5765 2021-08-05 06:17:06 +08:00
Cary Xu 27e3118e74 bug fix 2021-08-05 06:16:25 +08:00
Ganlin Zhao 3cfb2ea995 [TD-5505]<fix>: if there's no space or 'T' delimiter timezone will also be parsed 2021-08-04 23:48:45 +08:00
Shuduo Sang b51cba2601
[TD-5790]<fix>: taosdemo memory corrupted. (#7159) 2021-08-04 22:36:48 +08:00
Hui Li bef8b0b29f
Merge pull request #7151 from taosdata/test/TD-5369
[TD-5369]<test> adjust sleep time to run pass in CI !
2021-08-04 22:19:23 +08:00
Hui Li 50db328e1f
Merge pull request #7156 from taosdata/test/TD-5515-d
Test/td 5515 d
2021-08-04 22:19:08 +08:00
yihaoDeng 0f6be76c0e [TD-4199]<feature> enhance performance 2021-08-04 21:51:32 +08:00
haoranchen f6e953ef4a
Update version.inc 2021-08-04 19:58:04 +08:00
haoranchen d3a6db53b3
Update version.inc 2021-08-04 19:57:18 +08:00
haoranchen 4131915597
Update version.inc 2021-08-04 19:55:45 +08:00
xywang a0a5045817 [TD-5784]<fixed>: fixed potential memory leak bugs 2021-08-04 19:39:35 +08:00
Haojun Liao 8ad04a513c [td-5796]<fix>: fix the invalid error message. 2021-08-04 19:21:34 +08:00
wenzhouwww b5aa25b982 [TD-5621]<test> this is test case about modify tags ! 2021-08-04 19:02:25 +08:00
wenzhouwww a57ec6cb53 [TD-5621]<test> this is test case about modify tags ! 2021-08-04 18:44:33 +08:00
Hui Li 0ec022d2b8
Merge pull request #7155 from taosdata/xiaoping/add_test_case
[TD-5730]<test>: update performance test script
2021-08-04 18:28:32 +08:00
Hui Li d5adb47475
Merge pull request #7154 from taosdata/xiaoping/test_case
[TD-5730]<test>: update performance test script
2021-08-04 18:28:13 +08:00
Yiqing Liu 891978882a
[TD-5783]<CI>add test for 2.0 branch (#7153)
* [TD-5783]<CI>add test for 2.0 branch

* fix

* fix
2021-08-04 18:18:34 +08:00
wangmm0220 67201b1667 Merge branch 'fix/TD-5578' of https://github.com/taosdata/TDengine into fix/TD-5578 2021-08-04 18:17:29 +08:00
Shuduo Sang f6757b0000
Revert "[TD-5725]<fix>: taosdump --help, regarding acceptable timestamp. (#7147)" (#7165)
This reverts commit 6c0a048db1.
2021-08-04 18:16:34 +08:00
wangmm0220 349818c9b1 [TD-5578]<fix> the max length of wild cards can be configured 2021-08-04 18:16:25 +08:00
xywang 79a0050c63 [TD-5784]<fixed>: fixed potential memory leak bugs 2021-08-04 18:04:35 +08:00
wpan d60212302b improve performance 2021-08-04 18:04:32 +08:00
wenzhouwww 09be00b18d [TD-5369]<test> : fix an case error about: tao_consume is called too frequently so that the interval between them is less than the interval set in taos_subscribe 2021-08-04 18:00:11 +08:00
wpan ae30c6f4ea Merge branch 'master' into feature/TD-5739 2021-08-04 17:59:05 +08:00
wpan 1a623c511d add case 2021-08-04 17:57:25 +08:00
Cary Xu 8b37c4bba9 [TD-5765]<hotfix>:check max length when alter tag value 2021-08-04 17:49:19 +08:00
Ganlin Zhao 4c53af4f8d [TD-5729]<feature>: display subquery states and objIDs as one column sub_query_info 2021-08-04 17:43:11 +08:00