Commit Graph

56734 Commits

Author SHA1 Message Date
Hongze Cheng a6743a31b5 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-26133 2023-09-06 14:12:21 +08:00
dapan1121 875a081adc fix: typo issue 2023-09-06 14:11:24 +08:00
wade zhang 89a49a40a4
Update 26-rust.mdx 2023-09-06 13:39:33 +08:00
wade zhang 2cfe615aa2
Update 14-java.mdx 2023-09-06 13:37:11 +08:00
Haojun Liao e607a0a5cb fix(stream): add some logs. 2023-09-06 11:39:07 +08:00
Alex Duan 841a36ef9f
Merge pull request #22749 from taosdata/test/main/TD-26162
test:replace clock_gettime in cases for win
2023-09-06 11:22:04 +08:00
wangmm0220 f209e31582 fix:send delete subscribe info to vnode if drop consumer 2023-09-06 11:16:03 +08:00
Haojun Liao c86eeb3938 fix(stream): add task status check when waiting for the table create. 2023-09-06 10:58:33 +08:00
dapan1121 0b18689fa6 fix: fix coverity issues 2023-09-06 10:57:49 +08:00
wangjiaming0909 5dedaebb01 fix: desc fill missed one window 2023-09-06 10:53:19 +08:00
songshuqi f9f7558007
Update 02-intro.md (#22759)
修改TDengine pro为TDengine Enterprise
2023-09-06 10:05:50 +08:00
dapan1121 8cbc49a083
Merge pull request #22696 from taosdata/fix/m/TD-26096
fix: 1. select tag from meters partition by tag limit returned wrong …
2023-09-06 09:54:00 +08:00
wade zhang 17d7c13754
Merge pull request #22753 from taosdata/dclow/docs-zh
docs: correct links to removed page
2023-09-06 09:23:11 +08:00
dapan1121 58c6b6f0dd
Merge pull request #22728 from taosdata/fix/main/TD-25772
fix: use int64_t to record num of rows in taos shell
2023-09-06 09:11:14 +08:00
shenglian zhou 6b79947402 fix: fix coverity scan issue 2023-09-06 08:48:46 +08:00
danielclow 6d5d4cba26 docs: correct links to removed page 2023-09-05 19:34:55 +08:00
Haojun Liao 253001165a
Update mxml_CMakeLists.txt.in (#22722)
Co-authored-by: sunpeng <sunpeng.dev@gmail.com>
2023-09-05 18:53:24 +08:00
chenhaoran 600f89aa89 test:replace clock_gettime in cases for win 2023-09-05 18:17:25 +08:00
wade zhang ed1691edb7
Merge pull request #22748 from taosdata/release/update_jdbc_version
update jdbc version
2023-09-05 18:11:15 +08:00
Ping Xiao 3e72258386 update jdbc version 2023-09-05 18:05:15 +08:00
Haojun Liao 6dabf70f1b
Merge pull request #22718 from taosdata/fix/TD-26126
fix:support length function for varbinary
2023-09-05 16:25:21 +08:00
wade zhang 0517358a02
Merge pull request #22717 from taosdata/fix/TD-22062
fix/TD-22062
2023-09-05 16:04:12 +08:00
wade zhang 9bd30bc9a7
Merge pull request #22724 from taosdata/test/TD-23722
TD-23722: add case for TMQ unsubscribe with taosAdapter
2023-09-05 16:00:50 +08:00
Haojun Liao ac8f4f1558
Merge pull request #22736 from taosdata/fix/fixTransferCrash
fix invalid read
2023-09-05 15:42:03 +08:00
Haojun Liao 097e2b9b10
Merge pull request #22737 from taosdata/fix/3_liaohj
fix(stream) : fix error in timer Active counter
2023-09-05 15:32:22 +08:00
Ping Xiao db75bc4885 update Dockerfile 2023-09-05 14:44:14 +08:00
Ping Xiao a3b749ae6d update test case 2023-09-05 14:04:00 +08:00
Ping Xiao df1222156a Merge branch 'main' into test/TD-23722 2023-09-05 13:33:17 +08:00
dapan1121 07053ae525
Merge pull request #22725 from taosdata/fix/TS-3895
fix: fix last(*)/last_row(*) return MD5 hashed column name
2023-09-05 13:28:47 +08:00
yihaoDeng d0503a8a3f fix invalid read 2023-09-05 12:11:58 +08:00
Hongze Cheng 8dbdeccc8f fix: coverity scan 2023-09-05 11:41:36 +08:00
Ping Xiao 5f0c2c0944 Merge branch 'main' into test/TD-23715 2023-09-05 11:22:34 +08:00
wade zhang 8f27724f1f
Merge pull request #22701 from taosdata/fix/test_1x
test: add stream cases to main
2023-09-05 10:57:38 +08:00
Haojun Liao 0441c7a870 Merge branch 'fix/3_liaohj' of github.com:taosdata/tdengine into fix/3_liaohj 2023-09-05 10:40:48 +08:00
Ganlin Zhao 74b9eab63e add test cases 2023-09-05 10:29:20 +08:00
Haojun Liao 5b3cb8ec42 fix(stream): fix memory leak. 2023-09-05 09:27:16 +08:00
Haojun Liao 4f85a2620a fix(stream): remove invalid free. 2023-09-05 09:27:16 +08:00
slzhou 1185bba98b fix: pass compilation 2023-09-05 09:02:12 +08:00
slzhou 6f8c642c9a fix: use int64_t for num of rows returned 2023-09-05 09:02:06 +08:00
Haojun Liao db8073dadd fix(stream): fix memory leak. 2023-09-04 23:13:57 +08:00
Haojun Liao 1886bb0330 fix(stream): remove invalid free. 2023-09-04 19:36:33 +08:00
Alex Duan 7a6cf0b6f3
Merge pull request #22727 from taosdata/tomchon-patch-5
comment 5dnode3mnodeRoll.py
2023-09-04 19:24:07 +08:00
haoranchen 0ab0b4507b
comment 5dnode3mnodeRoll.py 2023-09-04 19:23:14 +08:00
Haojun Liao 77eed06bcd
Merge branch '3.0' into fix/3_liaohj 2023-09-04 18:51:07 +08:00
Haojun Liao 877886cc0b Merge remote-tracking branch 'origin/fix/test_1x' into fix/test_1x 2023-09-04 18:34:23 +08:00
Haojun Liao 0b67ce0bfb fix(stream): release stream task with max_delay option. 2023-09-04 18:34:05 +08:00
Ganlin Zhao 0fed045a12 fix: fix last(*)/last_row(*) return MD5 hashed column name 2023-09-04 18:33:50 +08:00
Haojun Liao 5869750782 fix(stream): release stream task with max_delay option. 2023-09-04 18:33:33 +08:00
Ping Xiao b7b97e7a66 TD-23722: add case for TMQ unsubscribe with taosAdapter 2023-09-04 18:33:19 +08:00
wangjiaming0909 22b53c3ece fix: 1. select tag from meters partition by tag limit returned wrong num of rows
2. select tag from meters partition by tag returned wrong num of rows
2023-09-04 18:16:12 +08:00