Commit Graph

17929 Commits

Author SHA1 Message Date
wangmm0220 0aefe791e9 Merge branch 'develop' of https://github.com/taosdata/TDengine into fix/TD-5578 2021-08-05 15:45:07 +08:00
Hongze Cheng cbcf773962 fix compile error 2021-08-05 15:05:14 +08:00
Hui Li bb485a3d36
Merge pull request #7168 from taosdata/tomchon-patch-3
Update version.inc
2021-08-05 14:30:42 +08:00
Hui Li 2e0b7f0c85
Merge pull request #7167 from taosdata/tomchon-patch-2
Update version.inc
2021-08-05 14:30:35 +08:00
Hui Li 248ddcf4ca
Merge pull request #7166 from taosdata/tomchon-patch-1
Update version.inc
2021-08-05 14:30:30 +08:00
Hongze Cheng 22a2a66028 [TD-5812]<hotfix> : fix possible coredump change schema 2021-08-05 14:29:15 +08:00
jiajingbin bf4d046f2f [TD-5159]<test>: append two manual scripts to pytest/manualTest for TD-5159 finished before
fix a small-probability bug for insert/schemalessInsert.py when another random tbname is start with t-->noIdStbExistCheckCase(): where tbname like 't_%'
2021-08-05 03:18:27 -03:00
Cary Xu 1cfb6b78e0 uncomment the nano subscribe case 2021-08-05 13:57:05 +08:00
Cary Xu 78855c440c code optimization 2021-08-05 13:53:20 +08:00
Haojun Liao ed48ad1374 Merge branch 'develop' into feature/query 2021-08-05 13:16:25 +08:00
Elias Soong bcd1f2c381
Merge pull request #7185 from taosdata/docs/Update-Latest-Feature
[TD-5255] <docs>: use tag "groupId" instead of "groupdId" in all SQL …
2021-08-05 13:15:14 +08:00
Elias Soong a281ca9e1b [TD-5255] <docs>: use tag "groupId" instead of "groupdId" in all SQL examples. 2021-08-05 13:14:53 +08:00
Haojun Liao 6400fe192c [td-225]fix compiler error. 2021-08-05 13:13:17 +08:00
Elias Soong b42d8792ff
Merge pull request #7181 from taosdata/sangshuduo-fix-typo-1
fix groupdId typo
2021-08-05 11:47:42 +08:00
Elias Soong ad4e58caa8
Merge pull request #7180 from taosdata/sangshuduo-fix-typo
fix groupdID typo
2021-08-05 11:46:53 +08:00
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