menshibin
9a206e2159
test ci examples
2024-09-24 20:04:34 +08:00
menshibin
d06f23ce0f
Merge branch '3.0' of github.com:taosdata/TDengine into test/ci-sh-3.0
2024-09-24 20:03:30 +08:00
menshibin
d4540deadd
test ci examples
2024-09-24 20:03:06 +08:00
menshibin
46462a3f86
test ci examples
2024-09-24 20:00:35 +08:00
menshibin
edcec304b1
test ci examples
2024-09-24 19:55:56 +08:00
menshibin
dc4aeaf313
test ci examples
2024-09-24 19:48:39 +08:00
Haojun Liao
922b0681ea
fix(query): check for null ptr.
2024-09-24 19:38:49 +08:00
54liuyao
72bd34a6b2
Merge branches '3.0' and 'fix/TD-32265' of https://github.com/taosdata/TDengine into fix/TD-32265
2024-09-24 19:25:05 +08:00
menshibin
c1a19ae0f4
add nodejs python ci examples
2024-09-24 19:24:20 +08:00
Pan Wei
78a1a39d57
Merge pull request #28070 from taosdata/fix/TS-5473-3.0
...
fix:[TS-5473] memory leak
2024-09-24 19:21:27 +08:00
Haojun Liao
cc6daa0855
Merge branch '3.0' into fix/3_liaohj
2024-09-24 19:14:50 +08:00
Jinqing Kuang
7f3c6c5e97
fix(query)[TD-32259]. Fix error handling in merge sort
...
- Ensure proper release of allocated datablocks on error
- Address potential double free issue
2024-09-24 19:06:20 +08:00
Haojun Liao
c1333a920d
fix(query): check for null.
2024-09-24 18:58:49 +08:00
Pan Wei
b6ede06707
Merge pull request #28076 from taosdata/enh/TD-31691
...
enh:modify addede rror code passing
2024-09-24 18:44:41 +08:00
Haojun Liao
4e4003c5a7
Merge branch '3.0' into fix/3_liaohj
2024-09-24 18:36:18 +08:00
xiao-77
78a4cf4e90
fix mem leak when open wal
2024-09-24 18:33:52 +08:00
Haojun Liao
2b78b660bd
refactor: update the error logs.
2024-09-24 18:19:47 +08:00
Jinqing Kuang
83f1a590b0
fix(query)[TD-32258]. Fix error handling in operator interface functions
...
- Contain errors within individual operators, preventing error
propagation to upper-level operators
- Use longjmp to jump directly to the outermost error handler
for unresolvable issues, avoiding unnecessary error code
returns through multiple layers
- Simplify error-handling logic for better maintainability
2024-09-24 18:15:14 +08:00
Alex Duan
e87ee24c11
Merge pull request #27995 from taosdata/feat/TD-31019-3.0
...
feat: taos-shell support new websocket api
2024-09-24 18:08:29 +08:00
Hongze Cheng
e16af0e45c
more
2024-09-24 18:04:58 +08:00
Alex Duan
67e8c5228a
fix: restore branch name
2024-09-24 18:04:58 +08:00
Hongze Cheng
b55aec4b13
more code
2024-09-24 17:42:20 +08:00
yihaoDeng
dbfb38680a
fix invalid read
2024-09-24 17:35:46 +08:00
Hongze Cheng
c6f5363674
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31890-17
2024-09-24 17:12:16 +08:00
Hongze Cheng
c824a70b83
Merge pull request #27962 from taosdata/enh/removeVoidOfTransport
...
remove void
2024-09-24 17:12:03 +08:00
Hongze Cheng
a30eb94fed
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31890-17
2024-09-24 17:11:32 +08:00
Hongze Cheng
8037f835b9
Merge pull request #27980 from taosdata/enh/addMemReturnOfIndex
...
check return of memalloc
2024-09-24 17:11:16 +08:00
Hongze Cheng
4b75755af1
more change
2024-09-24 16:48:07 +08:00
Hongze Cheng
85e3b26a4d
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31890-17
2024-09-24 16:40:48 +08:00
54liuyao
9764d210a8
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-32265
2024-09-24 16:30:01 +08:00
lyh250-666
5f6802e0a1
enh:modify addede rror code passing
2024-09-24 16:29:28 +08:00
Hongze Cheng
6a2e7769ae
Merge pull request #28047 from taosdata/enh/-TD-31890-15
...
ehn: handle void
2024-09-24 16:26:43 +08:00
Hongze Cheng
6abd0d6749
make it compile
2024-09-24 16:21:51 +08:00
Hongze Cheng
cccd2483d0
ehn: remove void
2024-09-24 16:08:48 +08:00
menshibin
c0204e3252
add nodejs python ci examples
2024-09-24 15:48:08 +08:00
Hongze Cheng
e8b50df6ca
Merge pull request #28062 from taosdata/enh/-TD-31890-16
...
ehn: remove void
2024-09-24 15:29:56 +08:00
Minglei Jin
28187a57f9
fix(stmt2/query): use snyc ctg to build pVgList
2024-09-24 15:23:02 +08:00
wangmm0220
f20edb4c45
fix:[TS-5473] memory leak
2024-09-24 15:10:02 +08:00
wangmm0220
6221af2fd2
fix:[TS-5473] memory leak
2024-09-24 15:04:12 +08:00
wangmm0220
4c707d4c9f
fix:[TS-5473] memory leak
2024-09-24 14:51:22 +08:00
Pan Wei
5c651b99f1
Merge pull request #28063 from taosdata/fix/TS-5194/handler
...
fix: handler leak
2024-09-24 14:50:55 +08:00
yihaoDeng
44cac014d6
Merge remote-tracking branch 'origin/3.0' into enh/removeVoidOfTransport
2024-09-24 14:46:33 +08:00
yihaoDeng
89c08a3a69
fix possible mem leak
2024-09-24 14:42:53 +08:00
wangmm0220
abaccdc582
fix:[TS-5473] memory leak
2024-09-24 14:39:06 +08:00
54liuyao
8eff35cd77
fix(stream):rebuild stream event window
2024-09-24 14:33:53 +08:00
Pan Wei
283826d1eb
Merge pull request #27990 from taosdata/fix/3.0/TD-32158
...
enh:[TD-32158] Free memory allocated in function setup.
2024-09-24 14:33:41 +08:00
yihaoDeng
338f9cd32d
fix possible mem leak
2024-09-24 14:30:28 +08:00
Alex Duan
7a93e5efb5
fix: remove double quotation mark build ok
2024-09-24 14:25:22 +08:00
Alex Duan
25bf8d0bee
fix: cargo build error on release mode
2024-09-24 13:54:33 +08:00
Hongze Cheng
5cfec529d9
pass CI
2024-09-24 13:52:47 +08:00