yihaoDeng
66ec564700
fix invalid read
2024-09-23 11:33:20 +08:00
kailixu
bb31622693
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-21 13:48:33 +08:00
54liuyao
e53fafc08f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-20 15:31:03 +08:00
Jinqing Kuang
1ccaaf75bd
fix(query)[TS-5443]. Fix invalid key in ORDER BY within subqueries
...
Resolved an issue where an ORDER BY alias in subqueries failed to
convert to the expected ColumnNode when the corresponding column
could be omitted. Updated the conversion logic to handle this case
correctly and ensure proper query execution.
2024-09-20 14:44:30 +08:00
kailixu
b0a711e575
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-20 09:45:49 +08:00
Pan Wei
d1209595af
Merge pull request #27926 from taosdata/TD-32147
...
ret check for memory allocation
2024-09-20 08:42:44 +08:00
kailixu
8a5c47a9c2
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-19 21:25:11 +08:00
54liuyao
2938233519
Merge branch 'fix/TD-30837' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-19 19:07:41 +08:00
kailixu
9cc0702a77
enh: drop table with uid
2024-09-19 18:34:49 +08:00
Haojun Liao
c5eca0486e
Merge remote-tracking branch 'origin/fix/TD-30837' into fix/TD-30837
...
# Conflicts:
# source/dnode/vnode/src/tq/tq.c
# source/libs/stream/inc/streamInt.h
# source/libs/stream/src/streamSched.c
2024-09-19 16:39:54 +08:00
Haojun Liao
e1d8e98b11
feat(stream): support the force_window_close trigger.
2024-09-19 16:23:51 +08:00
54liuyao
813cab6e33
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-19 14:45:38 +08:00
kailixu
964ee72932
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-19 12:58:52 +08:00
dongming chen
2135bddf3f
Merge pull request #27951 from taosdata/3.0
...
3.0
2024-09-19 10:00:06 +08:00
Hongze Cheng
c0b3cc17fc
Merge pull request #27899 from taosdata/enh/TD-32121-3.0
...
enh: retrieveRows no more if got all data
2024-09-19 09:12:14 +08:00
wangjiaming0909
91927e84a5
ret check for memory allocation
2024-09-18 19:11:35 +08:00
kailixu
2ea574fa4f
chore: merge 3.0
2024-09-18 19:06:15 +08:00
kailixu
107ad05273
enh: support drop table with uid
2024-09-18 19:04:44 +08:00
dmchen
86c2944ed9
enh/TD-31977-monitor-qid-qid-format-set-dnodeid-when-first-start
2024-09-18 09:44:27 +00:00
54liuyao
c4566f98b8
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-18 16:26:37 +08:00
kailixu
ba10e95723
enh: support drop table with uid
2024-09-18 16:05:05 +08:00
kailixu
28edf40c2a
enh: support drop table with uid
2024-09-18 13:57:17 +08:00
yihaoDeng
b8e782e55f
Merge branch '3.0' into enh/opt-transport
2024-09-18 13:26:23 +08:00
Haojun Liao
334b1c55c6
Merge pull request #27906 from taosdata/fix/3_liaohj
...
refactor: do some internal refactor.
2024-09-18 10:27:17 +08:00
kailixu
302c08331f
enh: support drop table with uid
2024-09-17 10:33:38 +08:00
kailixu
cd358de7ce
enh: support drop table with uid
2024-09-16 18:54:53 +08:00
yihaoDeng
c345383d5a
Merge branch '3.0' into enh/opt-transport
2024-09-16 17:30:57 +08:00
kailixu
270d485da7
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-16 11:38:44 +08:00
yihaoDeng
b5c1b672a4
Merge branch '3.0' into enh/opt-transport
2024-09-16 09:29:43 +08:00
Haojun Liao
b4277e0e65
refactor:do some internal refactor.
2024-09-15 16:15:11 +08:00
yihaoDeng
cca3319292
Merge branch '3.0' into enh/opt-transport
2024-09-15 08:14:45 +08:00
Haojun Liao
3332a0b822
refactor: do some internal refactor.
2024-09-15 01:19:30 +08:00
Haojun Liao
1a4c09cffa
Merge pull request #27882 from taosdata/fix/3_liaohj
...
refactor: check return value for stream.
2024-09-14 18:51:59 +08:00
Hongze Cheng
cd827087ac
Merge pull request #27889 from taosdata/fix/3.0/TD-31990
...
Fix/3.0/td 31990
2024-09-14 18:13:00 +08:00
kailixu
31bb993e0d
enh: support drop table with uid
2024-09-14 17:57:30 +08:00
Haojun Liao
5f486d6976
Merge branch '3.0' into fix/3_liaohj
2024-09-14 17:29:29 +08:00
Shungang Li
0fd4928dc2
enh: retrieveRows no more if got all data
2024-09-14 17:02:38 +08:00
xiao-77
1bbcb7c980
Merge branch '3.0' into fix/3.0/TD-31990
2024-09-14 11:13:20 +08:00
54liuyao
b649f1f1c4
fix(stream):adj build file state res
2024-09-14 10:51:57 +08:00
kailixu
bb3479d952
enh: support drop table with uid
2024-09-14 08:42:06 +08:00
Haojun Liao
1a90e9612d
refactor: check return value.
2024-09-13 23:04:41 +08:00
yihaoDeng
8031f196ad
opt parameter
2024-09-13 21:09:00 +08:00
Haojun Liao
83d531284b
other: merge 3.0
2024-09-13 19:02:56 +08:00
kailixu
fee5dcc54d
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-13 14:15:02 +08:00
54liuyao
de44c5dc5e
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-13 11:13:04 +08:00
kailixu
e16ac8aa5d
enh: support drop table by uid
2024-09-12 16:12:52 +08:00
54liuyao
aa80aa39bc
fix(query):use window start key when ts column is null
2024-09-12 15:34:57 +08:00
Pan Wei
5953e94e5c
Merge pull request #27792 from taosdata/feat/TS-4257
...
feat:Optimising the duration and keep
2024-09-12 09:24:53 +08:00
54liuyao
7c32cc7796
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-12 09:08:40 +08:00
xiao-77
b49d9f3691
change mutex lock in SWal to rwlock
2024-09-11 19:48:50 +08:00
lyh250-666
25c0b92885
feat:Optimising the duration and keep
2024-09-11 01:11:56 +00:00
dmchen
c6d8bd7333
ehn/TD-31977-move-qid-to-header
2024-09-10 09:49:36 +00:00
Haojun Liao
3540ec9d44
Merge pull request #27742 from taosdata/fix/syntax
...
refactor: remove void.
2024-09-10 12:57:14 +08:00
dmchen
f01d166b3c
enh/TD-31977-monitor-qid
2024-09-10 03:40:38 +00:00
Pan Wei
f3ef229c69
Merge pull request #27747 from taosdata/fix/3.0/TD-31869
...
fix client taskqueueWorkerpool stuck problem when querypolicy = 4
2024-09-10 10:27:42 +08:00
54liuyao
77ffe89bf6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-10 10:22:20 +08:00
Jing Sima
4a8bbc36bd
feat:[TS-4893] refactor of rand function.
2024-09-09 18:48:24 +08:00
Jing Sima
a249bef104
feat:[TS-4893] Add random and support use min/max on string column.
2024-09-09 18:48:24 +08:00
Haojun Liao
a29903101a
refactor: remove void and do some internal refactor.
2024-09-09 14:49:05 +08:00
wangjiaming0909
b39b6589c4
fix client taskqueueWorkerpool stuck problem when querypolicy = 4
2024-09-09 13:30:22 +08:00
54liuyao
88d01d8980
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-09 11:21:23 +08:00
Hongze Cheng
8012a1902b
Merge pull request #27226 from taosdata/feat/TD-30813-2
...
feat(stmt2): initial commit for stmt2
2024-09-09 08:52:59 +08:00
Haojun Liao
b3e5997336
fix(stream): reset error code.
2024-09-08 14:54:08 +08:00
yihaoDeng
f797c8ed2e
opt transport
2024-09-06 21:53:52 +08:00
Minglei Jin
2ac23f72e8
Merge branch '3.0' into feat/TD-30813-2
2024-09-06 14:01:54 +08:00
54liuyao
7501c5a865
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-06 13:26:23 +08:00
Haojun Liao
1e57724533
Merge pull request #27688 from taosdata/fix/3_liaohj
...
fix(stream): handle continuous retrieve during checkpoint procedure.
2024-09-06 09:11:08 +08:00
54liuyao
7cd34dddf5
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-05 17:52:55 +08:00
Hongze Cheng
72bb769340
Merge pull request #27649 from taosdata/fix/TD-31587
...
Fix/TD-31587
2024-09-05 17:18:55 +08:00
Haojun Liao
277528996e
fix(stream): handle continuous retrieve during checkpoint procedure.
2024-09-05 16:04:36 +08:00
xiao77
ae530db818
fix windows make error
2024-09-05 15:28:13 +08:00
xiao77
d5525293f6
fix windows make error
2024-09-05 14:56:41 +08:00
dapan1121
b75adfcd9f
fix: only query issue
2024-09-05 14:18:13 +08:00
54liuyao
f5b6e800f3
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-04 10:56:36 +08:00
Minglei Jin
270190b4ee
Merge branch '3.0' into feat/TD-30813-2
2024-09-04 10:14:37 +08:00
xiao77
97bcdfb86c
resolve comments
2024-09-03 20:09:06 +08:00
yihaoDeng
603de3976c
refactor transport
2024-09-03 19:40:13 +08:00
Jing Sima
02dd9c9160
fix:[TD-31818] fix memory leak allocated by mode function.
2024-09-03 17:34:23 +08:00
xiao77
81615362c3
format
2024-09-03 16:25:40 +08:00
xiao77
d3518fbc89
fix:TD-31587:Repeated insert performance degradation
2024-09-03 15:24:33 +08:00
Minglei Jin
aa16f0adac
Merge branch '3.0' into feat/TD-30813-2
2024-09-03 15:21:45 +08:00
54liuyao
f1cbd426d6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-02 13:53:32 +08:00
Pan Wei
9d1ded192c
Merge pull request #27517 from taosdata/fix/3.0/TD-31726
...
fix subquery with same name caused data error
2024-09-01 18:21:14 +08:00
Pan Wei
b542d83fbc
Merge pull request #27549 from taosdata/enh/TS-5312
...
enh: optimize stable tbname equal query
2024-09-01 18:07:45 +08:00
wangjiaming0909
eb46b5fa08
add tests for fix duplicate cols names
2024-08-31 15:21:53 +08:00
54liuyao
9d8e8892b4
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-30 16:04:09 +08:00
wangjiaming0909
c8471a5a22
fix duplicate col name
2024-08-30 14:02:44 +08:00
wangjiaming0909
6adb8edb93
fix project list rewrite with keeping projidxs
2024-08-29 16:32:41 +08:00
dapan1121
39189c9e62
enh: optimize stable tbname equal query
2024-08-29 16:29:51 +08:00
Haojun Liao
5bffb0c675
refactor: do some internal refactor.
2024-08-29 14:21:23 +08:00
Haojun Liao
40669f4e9c
fix(tsdb): 1. repeat send req consensus-checkpoint-id; 2.add more error code to deal with the init event failure,
2024-08-29 11:14:58 +08:00
Minglei Jin
bad8df5ec1
Merge branch '3.0' into feat/TD-30813-2
2024-08-29 08:57:25 +08:00
wangjiaming0909
9713094bb2
fix subquery with same name caused data error
2024-08-28 16:19:57 +08:00
xsren
4b872f849c
fmFuncDynDataRequired: only return state
2024-08-27 17:07:13 +08:00
yihaoDeng
4e6f90df63
Merge branch 'fix/fixInitFailedLog2' into enh/TD-31494
2024-08-22 21:16:06 +08:00
54liuyao
3583237942
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-22 14:47:16 +08:00
Minglei Jin
c7dee947cc
Merge branch '3.0' into feat/TD-30813-2
2024-08-22 14:36:55 +08:00
Hongze Cheng
982b6a9368
Merge pull request #27323 from taosdata/fix/TD-31520-3.0-use-global-counter
...
Fix/td 31520-3.0-use-global-counter
2024-08-22 13:31:41 +08:00
dmchen
48055beb1f
fix/TD-31520-move-to-vnode-init-stage
2024-08-21 07:54:39 +00:00
Minglei Jin
a581603c81
Merge branch '3.0' into feat/TD-30813-2
2024-08-21 12:37:51 +08:00
dmchen
bdabe66aab
fix/TD-31520-use-global-counter
2024-08-20 03:48:42 +00:00
Shengliang Guan
1f1a2d9f6c
fix: handle error code
2024-08-20 10:04:46 +08:00
yihaoDeng
ef3293f316
Merge branch '3.0' into fix/fixInitFailedLog2
2024-08-19 20:23:27 +08:00
Haojun Liao
cf645f4cdf
Merge pull request #27286 from taosdata/fix/3_liaohj
...
refactor: do some internal refactor.
2024-08-18 20:38:47 +08:00
Hongze Cheng
51632d2b37
Merge pull request #27284 from taosdata/fix/TD-31501
...
Fix/TD-31501
2024-08-17 17:19:42 +08:00
Haojun Liao
0d3d0730d4
refactor: do some internal refactor.
2024-08-17 15:30:10 +08:00
Hongze Cheng
d0be0268fb
Merge pull request #27235 from taosdata/fix/TD-30849-3.0
...
fix/TD-30849-3.0
2024-08-17 10:31:11 +08:00
yihaoDeng
367b6eee72
fix mem leak
2024-08-16 21:01:02 +08:00
yihaoDeng
3e928fc8fc
remove backend data file
2024-08-16 18:25:10 +08:00
Haojun Liao
e9cf8471ef
Merge pull request #27260 from taosdata/fix/3_liaohj
...
fix(stream): perform node update when mnode leader/follower switches.
2024-08-16 00:27:42 +08:00
dapan1121
88ae8af4a4
Merge pull request #27218 from taosdata/fix/3.0/TD-31435
...
fix db tsma version not updated by heart beat
2024-08-15 18:53:46 +08:00
Haojun Liao
54fdea3173
fix(stream): perform node update when mnode leader/follower switches.
2024-08-15 18:01:28 +08:00
dmchen
04764316b1
fix/TD-30849-fix-unit-test-compile
2024-08-15 06:07:15 +00:00
dmchen
b85dba328c
fix/TD-30849
2024-08-15 03:55:20 +00:00
Minglei Jin
298c4b4812
feat(stmt2): initial commit for stmt2
2024-08-15 09:28:32 +08:00
54liuyao
141de6e19b
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-14 19:21:59 +08:00
wangjiaming0909
daf8ed7e06
fix db tsma version not updated by heart beat
2024-08-14 16:23:08 +08:00
54liuyao
216c53f0ae
fix issue
2024-08-14 15:22:42 +08:00
sima
a54019211f
feat:[TS-4893] Support MYSQL functions.
...
Add more functions:
- Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
- String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
- Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
- Aggregate Functions: VAR_POP().
Modify some functions:
- ROUND(): support round to given decimal places.
- CHAR_LENGTH(): support calculate multi-byte character's length.
- TIMEDIFF(): result will be negative when expr1 < expr2.
- STDDEV(): add alias name STDDEV_POP().
- SUBSTR(): add alias name SUBSTRING().
support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
54liuyao
fd0f117544
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-12 09:37:43 +08:00
wangjiaming0909
aa4b4a609f
fix ret check caused crash
2024-08-09 11:46:53 +08:00
Shengliang Guan
0ab4163905
Merge pull request #27099 from taosdata/docs/udf
...
enh: adjust max_val example codes
2024-08-09 09:28:30 +08:00
Haojun Liao
6fc8c7bd4e
Merge pull request #26619 from taosdata/fix/3_liaohj
...
fix(stream): adjust the time to free task backend.
2024-08-09 09:09:21 +08:00
54liuyao
3491396d92
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-08 19:30:46 +08:00
Shengliang Guan
8e81abe224
enh: get vardata len from udf api
2024-08-08 19:18:50 +08:00
Shengliang Guan
0d1d462e08
Merge pull request #27083 from taosdata/docs/udf
...
enh: enable log in udf
2024-08-08 17:12:17 +08:00
Shengliang Guan
d55a0c7100
enh: enable log in udf
2024-08-08 16:18:18 +08:00
Haojun Liao
fe7565330b
Merge branch '3.0' into fix/3_liaohj
2024-08-08 11:20:12 +08:00
Hongze Cheng
dfc004ac37
fix: handle error code
2024-08-08 10:22:06 +08:00
54liuyao
77c0324e20
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-08 09:12:26 +08:00
54liuyao
0913802c33
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-06 16:25:04 +08:00
54liuyao
bdaf0d419e
stream interp force window close
2024-08-06 16:14:15 +08:00
yihaoDeng
8c1f51c9e3
add perf
2024-08-06 16:13:10 +08:00
yihaoDeng
f2a3951c23
refact code
2024-08-06 16:12:41 +08:00
yihaoDeng
188883341a
add new interface
2024-08-06 16:12:39 +08:00
Haojun Liao
e9ac0d6cd4
other: merge 3.0
2024-08-05 13:38:05 +08:00
yihaoDeng
0bcfe11e84
refactor remve backend code
2024-08-05 11:55:36 +08:00
Haojun Liao
895a9a1f3d
fix(stream): check status before start init, do some internal refactor.
2024-08-02 16:54:08 +08:00
54liuyao
1309749c92
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-02 13:22:33 +08:00
54liuyao
b26750c200
add ci
2024-08-02 13:22:14 +08:00
Haojun Liao
aefb9d275e
fix(stream): add ts in HbMsg.
2024-08-01 15:22:37 +08:00
sima
04d525d429
feat:[TS-5137] Support group/partition by position and alias.
2024-07-31 15:30:31 +08:00
54liuyao
3ff0256145
steam interp
2024-07-30 16:06:40 +08:00
54liuyao
063b492f72
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-07-30 15:13:15 +08:00
Haojun Liao
d89dac8697
other: merge 3.0
2024-07-29 18:16:04 +08:00
Hongze Cheng
a2944f1f45
Merge pull request #26752 from taosdata/fix/refactorTransport
...
Fix/refactorTransport
2024-07-29 16:26:32 +08:00
54liuyao
fe9d61b243
add node to json
2024-07-29 14:14:34 +08:00
Haojun Liao
79ad7585ef
fix(stream): check return value.
2024-07-29 10:29:40 +08:00
54liuyao
0bd8c57049
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-07-29 09:24:40 +08:00
Haojun Liao
878d77fc7f
fix(query): check return value.
2024-07-29 01:42:30 +08:00
dapan1121
d82c945663
Merge pull request #26813 from taosdata/enh/code/TD-30977
...
return value: udf
2024-07-28 21:45:31 +08:00
yihaoDeng
baed4a67da
Merge remote-tracking branch 'origin/3.0' into fix/refactorTransport
2024-07-27 22:03:23 +08:00
xsren
911e6380b9
return value: udf
2024-07-27 18:33:08 +08:00
Hongze Cheng
805a1387b7
Merge pull request #26746 from taosdata/fix/refactErrorCodeIdx
...
Fix/refactErrorCodeIdx
2024-07-27 17:07:39 +08:00
dapan1121
21f6ddf3d0
Merge pull request #26773 from taosdata/opti/TD-31017-tq-server
...
fix:[TD-31017]process return value in vnode for tmq
2024-07-27 15:35:39 +08:00
wangjiaming0909
4d5cd9cd1a
planner/nodes/parser ret check
2024-07-26 17:57:27 +08:00
wangjiaming0909
1994c3339b
nodes add ret check
2024-07-26 17:55:48 +08:00
54liuyao
b5f432bd50
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-07-26 16:44:18 +08:00
wangmm0220
e0483d00fe
fix:[TD-31017]process return value in vnode for tmq
2024-07-25 13:31:18 +08:00
Hongze Cheng
4b593aae64
Merge pull request #26740 from taosdata/enh/TD-30988-3.0
...
enh: return with code
2024-07-25 12:47:38 +08:00
Hongze Cheng
eaa3634764
enh: refactor error code
2024-07-25 08:51:19 +08:00
wangmm0220
3f2278ebcf
fix:[TD-31017]process return value in vnode for tmq
2024-07-24 17:56:29 +08:00
kailixu
2fd3bf87fc
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-24 16:08:34 +08:00
Haojun Liao
a09ad7a81e
Merge pull request #26743 from taosdata/fix/syntax
...
fix(stream): check return value, and do some internal refactor.
2024-07-24 15:47:45 +08:00
kailixu
acb1d0a9cc
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-24 14:47:47 +08:00
Hongze Cheng
31dbb1a48f
Merge pull request #26629 from taosdata/fix/TD-30990
...
terrno/wal: remove walWrite which is only used in unit testing
2024-07-24 14:11:30 +08:00
Yihao Deng
26f5716ed7
Merge remote-tracking branch 'origin/3.0' into fix/refactErrorCodeIdx
2024-07-24 01:43:13 +00:00
kailixu
8da3fefcbd
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-23 19:31:22 +08:00
kailixu
66dda35f75
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-23 18:06:44 +08:00
sima
1285100f68
enh:[TD-31043] Handling return value in functionMgt.c
2024-07-23 15:37:17 +08:00
sima
6a9441528a
enh:[TD-31043] Handling return value in builtinsimpl.c
2024-07-23 15:37:17 +08:00
Yihao Deng
ce5f9fa9f3
refactor index
2024-07-23 06:59:09 +00:00
Haojun Liao
7497f193c7
fix(stream): check return value, and do some internal refactor.
2024-07-23 14:47:29 +08:00
Minglei Jin
56691f2e0b
Merge branch '3.0' into fix/TD-30990
2024-07-23 14:04:48 +08:00
kailixu
0a8be1fd3d
enh: return error code
2024-07-23 13:55:26 +08:00
Haojun Liao
c08ee33dca
other: merge 3.0
2024-07-23 13:45:31 +08:00
dapan1121
26c7943279
Merge pull request #26711 from taosdata/fix/TS-5181/interp_crash
...
fix: interp crash
2024-07-23 10:23:26 +08:00
Yihao Deng
10d6aeef8d
refactor transport
2024-07-22 09:38:19 +00:00
kailixu
cdc85d9588
enh: return error code
2024-07-22 15:53:20 +08:00
Minglei Jin
38689df0b9
use new return macros for wal read
2024-07-22 15:28:04 +08:00
xsren
2a675ccf6b
group const value func
2024-07-22 11:19:11 +08:00
Haojun Liao
12015fe414
other: merge 3.0
2024-07-22 09:41:19 +08:00
Haojun Liao
7201526674
fix(stream): check return value.
2024-07-22 09:13:39 +08:00
dapan1121
acafca8841
Merge pull request #26685 from taosdata/opti/TD-31017
...
fix:[TD-31017]process return value in clientRawBlockWrite.c
2024-07-22 09:08:26 +08:00
Minglei Jin
ecc4b50a28
Merge branch '3.0' into fix/TD-30990
2024-07-22 08:53:15 +08:00
xsren
ebe0074da4
fix: interp crash
2024-07-22 00:06:47 +08:00
kailixu
cd8a54cbf7
enh: return error code
2024-07-21 11:43:39 +08:00
Hongze Cheng
651077866e
Merge pull request #26684 from taosdata/fix/TS-5184-3.0
...
fix: insert clause mixed with bound and unspecified columns
2024-07-19 17:01:33 +08:00
Minglei Jin
fcce9ebafa
return wal fsync error code
2024-07-19 15:20:38 +08:00
wangmm0220
195fe9b6cc
fix:[TD-31017]process return value in clientRawBlockWrite.c
2024-07-19 15:11:33 +08:00
kailixu
0792b025ea
fix: insert clause mixed with bound and unspecified columns
2024-07-19 15:08:34 +08:00
wangmm0220
6b9c00cb9b
fix:[TD-31017]process return value in clientRawBlockWrite.c
2024-07-19 14:49:25 +08:00
54liuyao
5b293e7340
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-19 14:42:44 +08:00
Haojun Liao
2e0b829004
Merge pull request #26669 from taosdata/fix/syntax
...
refactor: check return value for each function.
2024-07-19 14:31:21 +08:00
Minglei Jin
4701a92f26
Merge branch '3.0' into fix/TD-30990
2024-07-19 14:24:07 +08:00
sima
434fd97615
enh:[TD-30998] Handling return value in filter.c
2024-07-19 11:28:21 +08:00
54liuyao
7b3b4653a5
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-19 08:57:23 +08:00
Haojun Liao
2ca6726922
refactor: check return value for each function.
2024-07-18 22:52:32 +08:00
54liuyao
0497224fe7
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967
2024-07-18 16:08:30 +08:00
Minglei Jin
180411434a
wal/ref: use new return macros for ref
2024-07-18 14:14:51 +08:00