Commit Graph

44760 Commits

Author SHA1 Message Date
Hui Li bfb10ef00a
Update .gitignore 2022-11-23 14:09:06 +08:00
Shengliang Guan 997a00cecc Merge branch '3.0' into fix/TD-20631 2022-11-23 14:01:20 +08:00
Haojun Liao c623336b6e refactor: enable continue query when the buffer of sink node is lower or empty. 2022-11-23 13:59:38 +08:00
Alex Duan 3b0d0a6164
Update 10-cpp.mdx 2022-11-23 13:57:00 +08:00
dapan1121 188e6e6c7d
Merge pull request #18325 from taosdata/enh/msgRefactor2
enh: refact some messages
2022-11-23 13:53:37 +08:00
dapan1121 5ec50ca5eb enh: add stmt tag length validation 2022-11-23 13:51:13 +08:00
Yihao Deng 5744dc3b42
Merge branch '3.0' into fix/TD-20564 2022-11-23 13:49:16 +08:00
Haojun Liao f92c1d4271 refactor: add some logs. 2022-11-23 13:48:15 +08:00
yihaoDeng 43f4ef8e24 fix mem leak 2022-11-23 13:46:01 +08:00
Hui Li ec62b539d1
Merge branch '3.0' into lihui3.0/test 2022-11-23 13:41:57 +08:00
plum-lihui da4a6f2323 test: reopen test case 2022-11-23 13:39:00 +08:00
Hui Li 10389d0905
Merge pull request #18385 from taosdata/lihui3.0/test
test:add test script
2022-11-23 13:28:44 +08:00
plum-lihui 02054443ed test:add test script 2022-11-23 13:20:11 +08:00
Shengliang Guan 10333bddd6 Merge branch 'fix/TD-20530' into fix/TD-20631 2022-11-23 13:09:22 +08:00
Shengliang Guan a466ef36a9 Merge branch '3.0' into fix/TD-20631 2022-11-23 13:09:08 +08:00
Shengliang Guan 43b23b07bc
Merge pull request #18377 from taosdata/fix/TD-20564
fix: fix mem leak
2022-11-23 13:06:01 +08:00
Shengliang Guan 7bb2d4c745
Merge pull request #18376 from taosdata/feature/3.0_mhli
refactor(sync): fix coverity scan error
2022-11-23 13:05:11 +08:00
Liu Jicong 3b84053893 fix(stream): memory leak 2022-11-23 12:32:02 +08:00
Shengliang Guan d01bd25a9b test: add asan case 2022-11-23 12:22:32 +08:00
Shengliang Guan e6b2de7be7
Merge pull request #18366 from taosdata/fix/TD-20530
test: add asan case
2022-11-23 12:22:12 +08:00
Haojun Liao 6b53003f94 refactor: add some logs. 2022-11-23 12:18:38 +08:00
jiacy-jcy ccca39f60b Merge branch '3.0' into test/jcy 2022-11-23 12:08:42 +08:00
Ganlin Zhao 0e64614ce8 fix: [ASAN] offset on null pointer error 2022-11-23 12:03:58 +08:00
jiacy-jcy 526f826152 update test case 2022-11-23 12:01:21 +08:00
Huo Linhe bc76ce4310 fix: fix taosx link error
Close [TD-20602](https://jira.taosdata.com:18080/browse/TD-20602)
2022-11-23 12:00:21 +08:00
yihaoDeng 3f0ea98cb2 fix mem leak 2022-11-23 11:33:03 +08:00
yihaoDeng c9407a7726 fix mem leak 2022-11-23 11:31:13 +08:00
Minghao Li fd9a612d50 refactor(sync): fix coverity scan error 2022-11-23 11:15:46 +08:00
Shengliang Guan 378bccf139 test: add asan case 2022-11-23 11:13:29 +08:00
Shengliang Guan 923cf224cf test: add asan case 2022-11-23 10:57:01 +08:00
Alex Duan 3ad83db5b7 fix(query): remove 2.6 test code 2022-11-23 10:55:28 +08:00
Hongze Cheng 6e23c8cdb3 more code 2022-11-23 10:45:58 +08:00
Alex Duan 36e1deb0de fix(shell): output redirect to file need not call fflush 2022-11-23 10:43:56 +08:00
Shengliang Guan a492a66d35 Merge remote-tracking branch 'origin/3.0' into fix/TD-20530 2022-11-23 10:31:33 +08:00
Shengliang Guan be29bb0d62
Merge pull request #18364 from taosdata/fix/3.0_bugfix_wxy
some problems of insert parser
2022-11-23 10:14:55 +08:00
Hongze Cheng cc0c3771a6 refact code 2022-11-23 10:14:07 +08:00
Shengliang Guan 2221828d7e test: add asan case 2022-11-23 09:57:05 +08:00
Shengliang Guan 2026602a36 Merge branch '3.0' into fix/TD-20530 2022-11-23 09:39:49 +08:00
Hongze Cheng 2313ebc648 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/row_optimize 2022-11-23 09:36:31 +08:00
Shuduo Sang 1a12fa92d4
docs: move topic drop to early phase in python tmq example (#18350)
* docs: update examples/python/tmq_example.py with connector repo

* Update tmq_example.py

* docs: remove tb variable after get_table_name removed

* docs: move topic drop to early phase

Co-authored-by: Liu Jicong <liujicong@qq.com>
2022-11-23 09:36:26 +08:00
Shengliang Guan fda726df0c
Merge pull request #18371 from taosdata/fix/liao_cov
refactor: do some internal refactor.
2022-11-23 09:25:13 +08:00
Shengliang Guan f06145d37b
Merge pull request #18368 from taosdata/feature/stream
fix(stream): memory leak
2022-11-23 09:18:05 +08:00
Shuduo Sang e36566f96d
fix: add windows taosdump for 3.0 (#18358)
* fix: taostools 05c2030

* fix: taostools 05c2030

* fix: update taos-tools b232ec3

* fix: update taostools commit

* fix: update taos-tools 656e8f9

* fix: update taos-tools 7c244b4

* fix: update a61cc65 taos-tools

* fix: update taos-tools 32a10ee

* fix: update taos-tools 540175c

* fix: update taos-tools 579a77b

* fix: update taos-tools bb30d7f

* fix: update taos-tools 55c217c

* fix: update taos-tools d0a9f4e

* fix: updata taostools 8ae6f8b

* fix: update taos-tools f32ec94

* fix: update taos-tools 2cb1d69

* fix: update taos-tools d981cee

* fix: cmake file format

* fix: taos-tools e718155

* fix: update taos-tools 904c558

* test: build tools on windows

* fix: update taos-tools fd458f0

* fix: update taos-tools 4b268d2

* fix: update taos-tools c390746

* fix: update taos-tools c6d53d4

* fix: update taos-tools d422e0a

* fix: taos-tools efa2a5f
2022-11-23 09:09:51 +08:00
Haojun Liao ee371ba6c3 Merge branch '3.0' into fix/liao_cov 2022-11-23 09:09:32 +08:00
Xiaoyu Wang 937e5d20bf fix: insert stable error 2022-11-23 09:04:11 +08:00
dapan1121 2a1e6bf244
Merge pull request #18362 from taosdata/fix/TD-20584
fix: crash issue caused by insert from query clause
2022-11-23 08:43:16 +08:00
Shengliang Guan 2d49ad377b test: add asan case 2022-11-22 23:01:09 +08:00
slzhou 0161374a8b Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-11-22 22:59:06 +08:00
Haojun Liao 50a64b1ee8 refactor: do some internal refactor. 2022-11-22 22:46:06 +08:00
Haojun Liao 0d60f24db5 refactor: do some internal refactor. 2022-11-22 22:42:44 +08:00