Pan Wei
04663cb4b3
Merge pull request #28011 from taosdata/enh/TD-31691
...
Enh/td 31691
2024-09-23 08:54:34 +08:00
Hongze Cheng
841dc81ea9
Merge pull request #27969 from taosdata/enh/removeVoidOfIndex
...
remove void
2024-09-22 09:42:06 +08:00
Hongze Cheng
61967bbd65
Merge pull request #28009 from taosdata/fix/fixInvalidAhandle30
...
fix invalid read
2024-09-22 09:41:34 +08:00
Haojun Liao
dd266585a5
Merge pull request #28007 from taosdata/fix/3_liaohj
...
refactor: update the error logs.
2024-09-21 01:28:56 +08:00
Haojun Liao
ece81177fa
fix(stream): fix syntax error.
2024-09-20 21:58:07 +08:00
lyh250-666
651a94d747
enh:modify error code passing
2024-09-20 17:58:13 +08:00
lyh250-666
69d62454d7
enh:modify error code passing
2024-09-20 17:48:04 +08:00
yihaoDeng
6ba0c720da
fix invalid read
2024-09-20 17:45:27 +08:00
Pan Wei
918a20a9fd
Merge pull request #27993 from taosdata/enh/TD-31691
...
enh:modify error code passing
2024-09-20 17:26:58 +08:00
Pan Wei
6e7d954e18
Merge pull request #27996 from taosdata/fix/TS-5443-3.0
...
fix(query)[TS-5443]. Fix invalid key in ORDER BY within subqueries
2024-09-20 17:21:57 +08:00
Haojun Liao
bb82aacac7
refactor: update the error logs.
2024-09-20 16:06:28 +08:00
Haojun Liao
689608b147
Merge pull request #27978 from taosdata/fix/3_liaohj
...
refactor: do some internal refactor.
2024-09-20 16:03:46 +08:00
lyh250-666
e45edbbda2
enh:modify error code passing
2024-09-20 15:20:04 +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
Haojun Liao
85de3f76ac
Merge pull request #27973 from taosdata/fix/TD-32211
...
fix(stream):set correct primary key column index
2024-09-20 14:26:21 +08:00
Haojun Liao
8c15f59d68
fix(stream): fix the deadlock.
2024-09-20 14:22:59 +08:00
lyh250-666
116844208d
enh:modify error code passing
2024-09-20 13:23:44 +08:00
Pan Wei
706479bdb2
Merge pull request #27987 from taosdata/enh/TD-31691
...
enh:modify error code passing
2024-09-20 11:47:24 +08:00
Hongze Cheng
80152c1e48
Merge pull request #27948 from taosdata/enh/TD-32144-3.0
...
enh: check memory allocation
2024-09-20 09:04:34 +08:00
54liuyao
a94e275cf0
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-32211
2024-09-20 08:57:08 +08:00
lyh250-666
3367c787b0
enh:modify error code passing
2024-09-20 08:56:46 +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
54liuyao
a032de131b
fix issue
2024-09-19 19:42:23 +08:00
54liuyao
f71b14da13
fix(stream):set correct primary key column index
2024-09-19 18:39:00 +08:00
Haojun Liao
0a7022693c
refactor: do some internal refactor.
2024-09-19 18:13:46 +08:00
Hongze Cheng
6f43830bb2
Merge pull request #27765 from taosdata/enh/TD-31977-monitor-qid
...
enh/TD-31977-monitor-qid
2024-09-19 17:24:10 +08:00
yihaoDeng
4feaf77b8c
remove void
2024-09-19 16:48:55 +08:00
Pan Wei
380470bceb
Merge pull request #27918 from taosdata/enh/TD-32130-3.0
...
enh(query)[TD-32130]. Handle return values of memory allocation functions
2024-09-19 16:32:08 +08:00
Pan Wei
db77a7dc66
Merge pull request #27954 from taosdata/fix/deakLock
...
fix: deak lock
2024-09-19 16:29:59 +08:00
Haojun Liao
7cdedb1f8d
Merge pull request #27934 from taosdata/fix/3_liaohj
...
refactor: check return value.
2024-09-19 14:55:31 +08:00
Haojun Liao
eb5ee966a3
Merge pull request #27915 from taosdata/fix/TD-32138
...
fix(stream):fix mem leak and adj malloc res
2024-09-19 13:51:48 +08:00
54liuyao
6225f7fa2f
fix(stream):use terrno
2024-09-19 13:49:42 +08:00
Pan Wei
131ec63879
Merge pull request #27913 from taosdata/enh/3.0/TD-32128
...
enh:[TD-32128] Haneld return value of memory alloc functions.
2024-09-19 10:59:33 +08:00
Hongze Cheng
54c6db8224
Merge pull request #27935 from taosdata/enh/TD-31890-8
...
enh: clear void functions
2024-09-19 10:24:35 +08:00
xsren
bffba8e440
fix: deak lock
2024-09-19 10:22:25 +08:00
Haojun Liao
d698e4107c
fix(stream): fix syntax error.
2024-09-19 10:21:34 +08:00
Pan Wei
c40d31a105
Merge pull request #27925 from taosdata/fix/TD-32131
...
fix: group cache retrieve block failed issue
2024-09-19 10:20:15 +08:00
Pan Wei
9742c11039
Merge pull request #27943 from taosdata/fix/TD-32162
...
fix: memory init issue
2024-09-19 10:20:06 +08:00
dongming chen
2135bddf3f
Merge pull request #27951 from taosdata/3.0
...
3.0
2024-09-19 10:00:06 +08:00
Haojun Liao
839590348f
fix(test): fix syntax error in the unit tests.
2024-09-19 09:43:35 +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
Jinqing Kuang
4b46c4c1fc
enh(query)[TD-32130]. Handle return values of memory allocation functions
2024-09-19 09:06:01 +08:00
Haojun Liao
47a2a8528c
fix(stream): fix syntax error in unit test.
2024-09-19 09:04:29 +08:00
Hongze Cheng
86122d81ea
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31890-8
2024-09-19 08:55:34 +08:00
Jing Sima
de16ac5faa
enh:[TD-32128] Haneld return value of memory alloc functions.
2024-09-19 08:15:19 +08:00
kailixu
1b53ba2df4
enh: check memory allocation
2024-09-18 23:17:08 +08:00
Haojun Liao
ddce0e5386
fix(stream): fix syntax error.
2024-09-18 22:28:28 +08:00
wangjiaming0909
91927e84a5
ret check for memory allocation
2024-09-18 19:11:35 +08:00
Hongze Cheng
6075213353
Merge pull request #27929 from taosdata/fix/TD-32125
...
fix(stmt/settag): return error if var tag's length is null
2024-09-18 18:45:21 +08:00
Hongze Cheng
486e6679ca
Merge pull request #27939 from taosdata/fix/TD-32105-3.0
...
fix: quick exit when there is snapshot task in progress
2024-09-18 18:41:51 +08:00