Commit Graph

21273 Commits

Author SHA1 Message Date
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
xiao-77 2dcac78f71 fix ci scan 2024-09-20 11:05:58 +08:00
kailixu 0e81372841 enh: support drop table with uid 2024-09-20 10:26:44 +08:00
kailixu 0fbf166a3b enh: support drop table with uid 2024-09-20 10:25:12 +08:00
kailixu 3fd2e51e06 enh: cannot drop table of system db 2024-09-20 09:46:37 +08:00
kailixu b0a711e575 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-20 09:45:49 +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
kailixu 3efa99520a enh: support drop table with uid 2024-09-20 01:54:07 +08:00
kailixu 8a5c47a9c2 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-19 21:25:11 +08:00
xiao-77 389f5ff088 fix core at tsdbCache 2024-09-19 20:56:13 +08:00
54liuyao a032de131b fix issue 2024-09-19 19:42:23 +08:00
yihaoDeng 1192bc903f Merge branch '3.0' into enh/removeVoidOfTransport 2024-09-19 19:37:50 +08:00
yihaoDeng 3c6a0e71cc check return of memalloc 2024-09-19 19:12:22 +08:00
kailixu 6f0fafdc92 enh: drop table with uid 2024-09-19 18:55:26 +08:00
54liuyao f71b14da13 fix(stream):set correct primary key column index 2024-09-19 18:39:00 +08:00
kailixu 9cc0702a77 enh: drop table with uid 2024-09-19 18:34:49 +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
xiao-77 f4bad8d511 fix can not start taosd 2024-09-19 17:19:41 +08:00
yihaoDeng 4feaf77b8c remove void 2024-09-19 16:48:55 +08:00
kailixu cac1ce28ad enh: support drop table with uid 2024-09-19 16:47:08 +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
xiao-77 8ba8210f64 remove void in wal lruCache and tsdbCache 2024-09-19 16:22:23 +08:00
yihaoDeng 7518d274e0 remove void check 2024-09-19 15:39:57 +08:00
kailixu 33047e7d7f enh: memory leak issue 2024-09-19 15:38:57 +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
yihaoDeng 2e9c7c522f remove void 2024-09-19 14:50:08 +08:00
kailixu 7471b9506d enh: support drop stable with uid 2024-09-19 14:39:08 +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
kailixu 964ee72932 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-19 12:58:52 +08:00
kailixu 07abb97495 enh: support drop table with uid 2024-09-19 12:58:30 +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
kailixu ec3178a1aa fix: check return code 2024-09-19 09:25: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 8621c4fdab enh: support drop table with uid 2024-09-19 06:45:17 +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
kailixu c95c67e168 chore: remove assert 2024-09-18 21:18:46 +08:00
kailixu 207c7aded0 enh: support drop table with uid 2024-09-18 19:38:57 +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
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
dapan1121 315aad8834 fix: memory init issue 2024-09-18 18:36:21 +08:00
dmchen 86c2944ed9 enh/TD-31977-monitor-qid-qid-format-set-dnodeid-when-first-start 2024-09-18 09:44:27 +00:00
Hongze Cheng 3aed4386ba fix: quick exit when there is snapshot task in progress 2024-09-18 17:06:05 +08:00
54liuyao bfb66d5486 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-09-18 16:55:30 +08:00
Hongze Cheng 8395edd239
Merge pull request #27930 from taosdata/enh/TD-32143-3.0
enh: memory malloc return
2024-09-18 16:54:05 +08:00
Hongze Cheng f1d7e2a708
Merge pull request #27924 from taosdata/fix/TD-32146
fix(stmt): return oom if mem alloc failed
2024-09-18 16:46:23 +08:00
54liuyao 8ae4e54d65 fix(stream):check null pointer 2024-09-18 16:24:28 +08:00
54liuyao bb39402174 fix(stream):check null pointer 2024-09-18 16:22:14 +08:00
Hongze Cheng 45f5c947ea enh: clear void functions 2024-09-18 16:09:39 +08:00
kailixu ba10e95723 enh: support drop table with uid 2024-09-18 16:05:05 +08:00
Minglei Jin ad56719d9b stmt2/bind tags: fail with null var tag length 2024-09-18 16:03:26 +08:00
Haojun Liao 586826c41f refactor: check return value. 2024-09-18 15:47:15 +08:00
Hongze Cheng eaad483616
Merge pull request #27923 from taosdata/fix/TD-32133-3.0
fix: error code return in TDB
2024-09-18 15:29:46 +08:00
Hongze Cheng 6cb94f69f2 enh: memory malloc return 2024-09-18 15:22:09 +08:00
Minglei Jin 94d76ffcd2 fix(stmt/settag): return error if var tag's length is null 2024-09-18 15:07:46 +08:00
54liuyao 6a1cde28fb fix(stream):adjust file state res 2024-09-18 14:22:24 +08:00
dapan1121 41f8f211f0 fix: group cache retrive block failed issue 2024-09-18 14:17:02 +08:00
Pan Wei d6fbb3dc2a
Merge pull request #27916 from taosdata/fix/3.0/TD-32137
fix:[TD-32137] Avoid double free when error occurs.
2024-09-18 14:00:04 +08:00
kailixu 28edf40c2a enh: support drop table with uid 2024-09-18 13:57:17 +08:00
Minglei Jin 4d4f73de4e stmt: return oom if mem alloc failed 2024-09-18 13:52:34 +08:00
Hongze Cheng 6be4e32156 fix: error code return in TDB 2024-09-18 13:32:16 +08:00
Jing Sima 5096f8008a fix:[TD-32137] Avoid double free when error occurs. 2024-09-18 11:15:12 +08:00
Pan Wei 4c459155f1
Merge pull request #27890 from taosdata/fix/TD-31870/os4
fix: os return
2024-09-18 11:03:44 +08:00
Pan Wei 7a33fb7c9f
Merge pull request #27900 from taosdata/fix/memCheck
pointer check
2024-09-18 11:01:50 +08:00
54liuyao 19a51d82eb fix(stream):fix mem leak and malloc res 2024-09-18 10:58:27 +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
Hongze Cheng eda1395928
Merge pull request #27886 from taosdata/fix/TD-30813-5
fix(stmt2/settbtags): fix memleak & can not set tags issue
2024-09-18 10:07:57 +08:00
Pan Wei eb32a41c29
Merge pull request #27902 from taosdata/fix/memoryAllocCheck
Fix: memory alloc check
2024-09-18 08:55:41 +08:00
kailixu d7fcf21f8b enh: support drop table with uid 2024-09-17 15:41:10 +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
kailixu 1b6694af20 enh: support drop table with uid 2024-09-16 11:39:11 +08:00
kailixu 270d485da7 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-16 11:38:44 +08:00
Haojun Liao b4277e0e65 refactor:do some internal refactor. 2024-09-15 16:15:11 +08:00
Haojun Liao 1d2c00a4ff refactor: do some internal refactor. 2024-09-15 01:25:16 +08:00
Haojun Liao 3332a0b822 refactor: do some internal refactor. 2024-09-15 01:19:30 +08:00
Haojun Liao c4a49a7bd9 refactor: do some internal refactor. 2024-09-15 00:45:45 +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
xsren f684e12c27 pointer check 2024-09-14 18:11:36 +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
dapan1121 1ccc74d768 fix: add memory alloc validation 2024-09-14 17:28:24 +08:00
Shungang Li 0fd4928dc2 enh: retrieveRows no more if got all data 2024-09-14 17:02:38 +08:00
xiao-77 0a19bc974b set wr lock to write priority 2024-09-14 15:59:01 +08:00
Minglei Jin c789909579 fix(stmt2/gettags): return zero tags for normal tables 2024-09-14 15:52:30 +08:00
Haojun Liao b78cbb7dc5
Merge pull request #27888 from taosdata/fix/ly_stream
fix(stream):adj build file state res
2024-09-14 13:50:51 +08:00
xinsheng Ren e3e3a0e2bb
Merge branch '3.0' into fix/TD-31870/os4 2024-09-14 13:50:09 +08:00
Haojun Liao b494163f28 refactor: check return value. 2024-09-14 13:39:23 +08:00
xsren 1b48080a94 fix: os return 2024-09-14 11:47:20 +08:00
Pan Wei 42abc16774
Merge pull request #27816 from taosdata/enh/TD-31903-3.0
enh(query)[TD-31903]. Handle return values for function calls
2024-09-14 11:28:19 +08:00
Pan Wei c32d8312bd
Merge pull request #27876 from taosdata/fix/TD-31870/os3
Fix/td 31870/os3
2024-09-14 11:24:31 +08:00
xiao-77 1bbcb7c980 Merge branch '3.0' into fix/3.0/TD-31990 2024-09-14 11:13:20 +08:00
xiao-77 12f9e268a6 fix dead lock 2024-09-14 11:10:57 +08:00
54liuyao b649f1f1c4 fix(stream):adj build file state res 2024-09-14 10:51:57 +08:00
Pan Wei 1eb298ecfd
Merge pull request #27881 from taosdata/fix/TD-32059-3.0
fix(query)[TD-32059]. Enable HAVING clause to work with FILL clause
2024-09-14 09:50:41 +08:00
Pan Wei 57cd4a9822
Merge pull request #27879 from taosdata/fix/TD-31965
fix:[TD-31965] code rewrite if error happen
2024-09-14 09:34:50 +08:00
Haojun Liao 3b9ca7b7be fix(stream): fix syntax error. 2024-09-14 09:21:15 +08:00
Hongze Cheng 8c1a04138a
Merge pull request #27819 from taosdata/fix/TD-31771-3.0
fix: memleak in taos (create table)
2024-09-14 09:13:01 +08:00
kailixu bb3479d952 enh: support drop table with uid 2024-09-14 08:42:06 +08:00
kailixu c3c578a408 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-14 08:36:09 +08:00
Haojun Liao 1a90e9612d refactor: check return value. 2024-09-13 23:04:41 +08:00
Haojun Liao 99dbb78992 refactor: check return value for stream. 2024-09-13 22:43:55 +08:00
Haojun Liao a33015e712 refactor: pass error code to invoker. 2024-09-13 19:35:02 +08:00
Jinqing Kuang b9c1ab16e1 fix(query)[TD-32059]. Enable HAVING clause to work with FILL clause 2024-09-13 19:06:28 +08:00
Haojun Liao 83d531284b other: merge 3.0 2024-09-13 19:02:56 +08:00
Shungang Li 4ef4dddc7b fix: schedulerFreeJob reset jobId only on the last reference 2024-09-13 18:59:54 +08:00
wangmm0220 98413626aa fix:[TD-31965] code rewrite if error happen 2024-09-13 18:22:42 +08:00
kailixu ced55162ae Merge branch '3.0' into enh/TS-5111-3.0 2024-09-13 17:27:05 +08:00
xsren a91085eef6 fix: void 2024-09-13 16:14:40 +08:00
WANG MINGMING 6958ad9ce0
Merge branch '3.0' into fix/TD-31899 2024-09-13 15:36:42 +08:00
Pan Wei 571a704cdc
Merge pull request #27805 from taosdata/fix/TD-31962
fix:[TD-31962]memory leak by crash_gen
2024-09-13 15:34:16 +08:00
wangmm0220 478414c32d Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31899 2024-09-13 15:21:57 +08:00
Hongze Cheng d4c37db0f5
Merge pull request #27774 from taosdata/fix/TS-5392-3.0
fix: oom with large msg
2024-09-13 15:07:30 +08:00
WANG MINGMING bf3dbc1d4d
Merge branch '3.0' into fix/TD-31899 2024-09-13 14:31:53 +08:00
kailixu fee5dcc54d Merge branch '3.0' into enh/TS-5111-3.0 2024-09-13 14:15:02 +08:00
Jinqing Kuang 0cb4c927ec enh(query)[TD-31903]. Handle return values for function calls 2024-09-13 11:45:59 +08:00
Pan Wei 12d8dfc801
Merge pull request #27829 from taosdata/fix/TD-31870/os2
semphore
2024-09-13 10:59:53 +08:00
wangmm0220 3c8ae1fc9f fix:[TD-31962]memory leak by crash_gen 2024-09-13 09:27:11 +08:00
WANG MINGMING 1854663f92
Merge branch '3.0' into fix/TD-31899 2024-09-13 09:09:09 +08:00
Pan Wei 527283a7e8
Merge pull request #27824 from taosdata/fix/ly_res
fix(query):use window start key when ts column is null
2024-09-13 08:50:23 +08:00
Pan Wei 446d3ab97c
Merge pull request #27849 from taosdata/fix/TD-31896
fix: function return code issue
2024-09-13 08:41:28 +08:00
xsren 2643d7ad63 build error 2024-09-12 21:57:58 +08:00
xsren d41111d5f8 fix: build on win 2024-09-12 20:12:58 +08:00
Haojun Liao c13248dd4e refactor: remove void. 2024-09-12 19:23:05 +08:00
xsren a7da6a7d51 compare return 2024-09-12 17:51:32 +08:00
Haojun Liao 63e6a2d433
Merge pull request #27838 from taosdata/fix/3_liaohj
fix(stream): fix the error in the checkpoint-trigger confirm condition.
2024-09-12 17:21:12 +08:00
54liuyao 6c4fa0dbdb Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-09-12 16:48:05 +08:00
Haojun Liao 54545c394f
Merge pull request #27836 from taosdata/fix/ly_stream
fix(stream):fix issue when ts less than 0
2024-09-12 16:24:55 +08:00
WANG MINGMING 6234369d12
Merge branch '3.0' into fix/TD-31899 2024-09-12 16:18:35 +08:00
kailixu e16ac8aa5d enh: support drop table by uid 2024-09-12 16:12:52 +08:00
xsren 90d9784984 osEnv 2024-09-12 16:12:31 +08:00
Haojun Liao 3d50df7191 refactor: remove void. 2024-09-12 16:05:07 +08:00
dapan1121 007b64a3c1 fix: void function call issue 2024-09-12 15:48:07 +08:00
Pan Wei 497ef1d083
Merge pull request #27790 from taosdata/void/3.0/TD-31898
remove (void) from parser/planner/nodes/sma
2024-09-12 15:42:59 +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 695839e8e7
Merge pull request #27831 from taosdata/fix/3.0/TD-32041
fix:[TD-32041] Fix rand function wrong behaviour.
2024-09-12 15:33:51 +08:00
Haojun Liao e0a275f1d4 fix(stream): do some internal refactor and rewrite the error code for encode. 2024-09-12 14:49:35 +08:00
dapan1121 a7269e4536 fix: remove void function call 2024-09-12 14:17:14 +08:00
Haojun Liao d013e02762 Merge branch '3.0' into fix/3_liaohj 2024-09-12 14:07:09 +08:00
Haojun Liao d01670d49a fix(stream): fix the error in the checkpoint-trigger confirm condition. 2024-09-12 14:06:25 +08:00
xsren 78e9bb95ac osString 2024-09-12 14:02:19 +08:00
54liuyao 2c53c08726 fix(stream):fix issue when ts less than 0 2024-09-12 14:00:52 +08:00
kailixu c2d28a208e chore: code optimization 2024-09-12 11:18:10 +08:00
kailixu 36a3a035b0 fix: compile problem 2024-09-12 11:02:27 +08:00
Kaili Xu d1cb30c473
chore: restore header file 2024-09-12 10:47:49 +08:00
Shungang Li 8af5e89d4e enh: create from csv rm tbname hash 2024-09-12 10:39:35 +08:00
yihaoDeng d93d2413b9 Merge remote-tracking branch 'origin/3.0' into fix/TD-31858 2024-09-12 10:07:20 +08:00
Hongze Cheng 3cbe6cfce1
Merge pull request #27817 from taosdata/fix/TD-31991
fix meta dead lock
2024-09-12 09:43:41 +08:00
Jing Sima f9d38ef7ba fix:[TD-32041] Fix rand function wrong behaviour. 2024-09-12 09:36:37 +08:00
dmchen f18926bf0d enh/TD-31977-monitor-qid-fix-case 2024-09-12 01:35:22 +00: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
Pan Wei 19de8651b6
Merge pull request #27809 from taosdata/enh/TD-31691
enh:modify error code passing
2024-09-12 09:15:31 +08:00
Pan Wei c8b087fc2d
Merge pull request #27776 from taosdata/fix/3.0/TS-5839
fix:[TS-5839] Fix crash when use last function on a column with all null value with partition subclause.
2024-09-12 09:13:23 +08:00
Pan Wei b795638456
Merge pull request #27760 from taosdata/fix/3.0/TD-31974
fix:[TD-31974] fix memory leak when error occurs after mode function init
2024-09-12 08:44:08 +08:00
kailixu d9a25b31fe fix: compile problem 2024-09-12 08:32:59 +08:00
kailixu 15c92cea3f fix: compile problem 2024-09-12 07:11:26 +08:00
kailixu e3121c24eb fix: compile problem 2024-09-12 06:38:15 +08:00
kailixu d937a0bef0 Merge branch 'fix/TS-5392-3.0' of https://github.com/taosdata/TDengine into fix/TS-5392-3.0 2024-09-12 05:57:46 +08:00
kailixu cda70c9eff Merge branch '3.0' into fix/TS-5392-3.0 2024-09-12 05:55:54 +08:00
kailixu e127a29e64 fix: oom with large msg 2024-09-12 05:55:22 +08:00
Haojun Liao 3297c59dcd
Merge pull request #27821 from taosdata/fix/syntax
fix(query): fix race condition for table group list.
2024-09-12 00:28:57 +08:00
xsren e226898e17 semphore 2024-09-11 20:36:03 +08:00
xiao-77 b49d9f3691 change mutex lock in SWal to rwlock 2024-09-11 19:48:50 +08:00
Pan Wei e4d218cddf
Merge pull request #27811 from taosdata/fix/TS-5400
fix(query):fix the issue of return db error when the timestamp is 0
2024-09-11 18:51:04 +08:00
Haojun Liao 2bb9dc609a fix(query): fix race condition for table group list. 2024-09-11 18:18:44 +08:00
Pan Wei 8b7b5b7c6d
Merge pull request #27752 from taosdata/fix/TD-31870/OSFileRetCode
osDir
2024-09-11 17:52:14 +08:00
Kaili Xu 8b24bae533
enh: return value of memset 2024-09-11 17:08:34 +08:00
Haojun Liao ecda2a4f12 Merge branch '3.0' into fix/3_liaohj 2024-09-11 17:04:20 +08:00
kailixu 2a14189624 Merge branch '3.0' into fix/TS-5392-3.0 2024-09-11 17:02:34 +08:00
Haojun Liao 1e388cace7 refactor: update logs. 2024-09-11 17:01:18 +08:00
Haojun Liao 8825065364 refactor: update logs. 2024-09-11 16:58:29 +08:00
Hongze Cheng 20cdb64cdd
Merge pull request #27787 from taosdata/fix/TD-31956
fix mem leak
2024-09-11 16:43:40 +08:00
yihaoDeng 9b418bee78 fix meta dead lock 2024-09-11 16:37:06 +08:00
Pan Wei 798718e903
Merge pull request #27793 from taosdata/fix/TD-31948
fix: block data shrink issue
2024-09-11 16:32:58 +08:00
dmchen 91de670062 en/TD-31977-fix-case 2024-09-11 08:29:38 +00:00
Haojun Liao c38eb033a9 refactor:update logs. 2024-09-11 15:57:06 +08:00
54liuyao 5cfe7b8ec9 fix(query):fix the issue of return db error when the timestamp is 0 2024-09-11 14:58:06 +08:00
kailixu ffaa1092c0 fix: oom with large msg 2024-09-11 14:51:52 +08:00
Jing Sima d670778802 fix:[TD-31974] fix memory leak when error occurs after mode function init. 2024-09-11 14:47:14 +08:00
yihaoDeng 6c610e4777 fix mem leak 2024-09-11 14:45:03 +08:00
Kaili Xu e92a58043a
enh: code optimization 2024-09-11 14:44:29 +08:00
Haojun Liao 3821f88e64 fix(stream): fix syntax error. 2024-09-11 14:32:29 +08:00
Haojun Liao 28df9fe285 refactor: remove void 2024-09-11 14:30:59 +08:00
lyh250-666 f5e2a36f23 feat:update 2024-09-11 06:29:35 +00:00
kailixu 2a13aa08e1 fix: oom with large msg 2024-09-11 14:23:47 +08:00
wangjiaming0909 11b3faee8e remove (void) from parser/planner/nodes/sma 2024-09-11 14:15:34 +08:00
lyh250-666 f9126f1211 enh:modify error code passing 2024-09-11 14:11:51 +08:00
Jing Sima 64bb49e0db fix:[TS-5839] Fix crash when use last function on a column with all null value with partition subclause. 2024-09-11 13:49:06 +08:00
Pan Wei f9c8b6cd7b
Merge pull request #27796 from taosdata/enh/TD-31691
Enh/td 31691
2024-09-11 13:47:43 +08:00
xiao-77 96c59cc746 reduce mutex lock usage time 2024-09-11 13:47:43 +08:00
Pan Wei 78846f7ab8
Merge pull request #27772 from taosdata/fix/TD-31966
fix(query):set scan flag info
2024-09-11 13:25:14 +08:00
wangmm0220 1850f3fb52 fix:[TD-31962]memory leak by crash_gen 2024-09-11 11:51:02 +08:00
dmchen 61a1a5a2cb enh/TD-31977-fix-case 2024-09-11 03:50:05 +00:00
xiao-77 ca2e761a86 Add mutex while read wal 2024-09-11 10:24:04 +08:00
Haojun Liao 064a271582
Update streamDispatch.c 2024-09-11 10:21:38 +08:00
lyh250-666 6cbb0cf172 enh:modify error code passing libs/ 2024-09-11 09:58:41 +08:00
wangmm0220 b2878d1851 fix:[TD-31899] remove void(func) 2024-09-11 09:54:59 +08:00
Hongze Cheng 3f0603128c
Merge pull request #27786 from taosdata/enh/TD-31890-4
enh: error handling
2024-09-11 09:53:58 +08:00
Pan Wei f463eb2555
Merge pull request #27778 from taosdata/fix/3.0/TD-32000
fix:[TD-32000] fix indirect leak caused by using wrong way to handle error
2024-09-11 09:37:13 +08:00
yihaoDeng cffa2a496c fix mem leak 2024-09-11 09:37:09 +08:00
lyh250-666 3c255e5581 Merge branch '3.0' of github.com:taosdata/TDengine into enh/TD-31691 2024-09-11 09:35:56 +08:00
Pan Wei 4882a55510
Merge pull request #27785 from taosdata/test/TD-31842
enh:modify error code passing in libs/
2024-09-11 09:34:56 +08:00
lyh250-666 25c0b92885 feat:Optimising the duration and keep 2024-09-11 01:11:56 +00:00
Haojun Liao c33b57fa65
Merge pull request #27770 from taosdata/fix/syntax
fix(stream):not reset the failed checkpointId
2024-09-11 09:03:51 +08:00
yihaoDeng 1519be0282 fix mem leak 2024-09-10 19:19:57 +08:00
yihaoDeng d403a6129a fix mem leak 2024-09-10 19:14:27 +08:00
yihaoDeng 2fa083c82f opt transport 2024-09-10 19:03:27 +08:00
Hongze Cheng 37c12b6c3a enh: error handling 2024-09-10 18:55:02 +08:00
lyh250-666 01bae36e82 enh:modify error code passing in libs/ 2024-09-10 18:42:00 +08:00
Jing Sima 135f23c8b9 fix:[TD-32000] fix indirect leak caused by using wrong array destroy function. 2024-09-10 18:40:27 +08:00
dmchen c6d8bd7333 ehn/TD-31977-move-qid-to-header 2024-09-10 09:49:36 +00:00
xsren aea768d2c0 osFile 2024-09-10 17:40:19 +08:00
Hongze Cheng be80848d7e
Merge pull request #27725 from taosdata/fix/fixRocksdbmeak
fix mem leak
2024-09-10 17:39:05 +08:00
dapan1121 dc983b9a39 fix: add block data check 2024-09-10 16:56:36 +08:00
xsren aa5683cfd9 osfile 2024-09-10 14:55:14 +08:00
kailixu 883d2bfb7a fix: oom with large submit 2024-09-10 14:54:00 +08:00
54liuyao bb785ce53e fix(query):set scan flag info 2024-09-10 14:47:42 +08:00
Haojun Liao 51bee72807 fix(stream):not reset the failed checkpointId 2024-09-10 12:58:08 +08: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
xsren 2a3917029f osFile 2024-09-10 11:29:50 +08: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
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
dapan1121 b57cd27827 enh: add block check 2024-09-09 18:20:00 +08:00
xsren 520336e129 osDir 2024-09-09 15:47:17 +08:00
Pan Wei 1238960c75
Merge pull request #27750 from taosdata/fix/TD-31946.2
fix: percentile empty result issue
2024-09-09 15:46:27 +08:00
Haojun Liao f2cb9b3bb9 fix(stream): fix syntax error. 2024-09-09 15:41:14 +08:00
Haojun Liao cbc0bceec6 fix(stream): fix syntax error. 2024-09-09 15:37:05 +08:00
Haojun Liao a29903101a refactor: remove void and do some internal refactor. 2024-09-09 14:49:05 +08:00
Hongze Cheng 8c64b1049c
Merge pull request #27749 from taosdata/enh/TD-31803-11
enh: error handle in message encode and decode
2024-09-09 14:47:14 +08:00
Pan Wei 07424b7a06
Merge pull request #27719 from taosdata/fix/TD-31790/errCheck
fix: distinguish the calling scenarios of the metaGetTbTSchema function
2024-09-09 14:10:20 +08:00
wangjiaming0909 b39b6589c4 fix client taskqueueWorkerpool stuck problem when querypolicy = 4 2024-09-09 13:30:22 +08:00
Hongze Cheng a260a5f2f7 enh: error handle in message encode and decode 2024-09-09 11:49:44 +08:00
dapan1121 8308a42c0c fix: percentile empty result issue 2024-09-09 11:31:32 +08:00
Pan Wei e64d8204f2
Merge pull request #27723 from taosdata/fix/invalidPtrSetNULL
Fix/invalid ptr set null
2024-09-09 09:22:54 +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 46246c47bb
Merge pull request #27729 from taosdata/fix/3_liaohj
fix(query): fix memory leak and do some internal refactor.
2024-09-08 18:24:05 +08:00
Haojun Liao dfcff062e3
Merge pull request #27741 from taosdata/fix/syntax
fix(stream): reset error code.
2024-09-08 18:23:47 +08:00
Haojun Liao 199de25410 fix(stream): fix syntax error. 2024-09-08 15:17:08 +08:00
Haojun Liao 23ccbbdda5 fix(stream): fix syntax error. 2024-09-08 15:10:54 +08:00
Haojun Liao b3e5997336 fix(stream): reset error code. 2024-09-08 14:54:08 +08:00
54liuyao 9ac40d75d0 fix(stream):adjust ts check 2024-09-08 13:25:25 +08:00
lyh250-666 52a0746817 Merge branch '3.0' of github.com:taosdata/TDengine into enh/TD-31691 2024-09-07 20:08:48 +08:00
dapan1121 cbafc37880 fix: memory leak in dispatcher 2024-09-07 17:19:20 +08:00
Haojun Liao 88b0d10dfe
Merge pull request #27696 from taosdata/fix/TD-31923/crash
Fix/td 31923/crash
2024-09-06 18:02:01 +08:00
yihaoDeng 46a79c0be3 fix indirect leak 2024-09-06 17:50:35 +08:00
Haojun Liao 370ba19062 fix(query): fix memory leak. 2024-09-06 17:30:31 +08:00
yihaoDeng 3b283b6350 fix indirect leak 2024-09-06 16:36:19 +08:00
Hongze Cheng 11a5f4522a
Merge pull request #27705 from taosdata/fix/TS-5341-3.0
enh: error msg for csv file path that is too long
2024-09-06 16:29:58 +08:00
Hongze Cheng b664b9b531
Merge pull request #27640 from taosdata/fix/TD-30734-skip-not-match
fix/TD-30734-skip-not-match
2024-09-06 16:19:58 +08:00
yihaoDeng 0973fb6eed fix indirect leak 2024-09-06 16:14:19 +08:00
yihaoDeng ae57974b30 fix mem leak 2024-09-06 16:07:57 +08:00
Haojun Liao 6470cfc26e fix(query): fix memory leak. 2024-09-06 15:58:52 +08:00
Haojun Liao 7bf9ca8e82 refactor: remove invalid code. 2024-09-06 15:48:28 +08:00
Haojun Liao 9150c0b07e
Merge pull request #27673 from taosdata/enh/TD-31902
enh:[TD-31902] Remove void.
2024-09-06 15:46:29 +08:00
Haojun Liao 0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
xsren b991e233e9 set ptr to null after free 2024-09-06 15:34:23 +08:00
xsren dce4c5dc48 invalid ptr set null 2024-09-06 15:27:35 +08:00
yihaoDeng b6b0e266eb fix indirect leak 2024-09-06 14:28:34 +08:00
yihaoDeng 0b21b7dff1 fix indirect leak 2024-09-06 14:25:50 +08:00
xsren 3fb89fb814 fix: distinguish the calling scenarios of the metaGetTbTSchema function 2024-09-06 14:16:58 +08:00
Minglei Jin 2ac23f72e8 Merge branch '3.0' into feat/TD-30813-2 2024-09-06 14:01:54 +08:00
Haojun Liao 8a1d527da9 refactor: adjust log. 2024-09-06 13:58:03 +08:00
Haojun Liao 482eab9666 refactor: adjust log. 2024-09-06 13:45:15 +08:00
xsren aa526fe13a unused code 2024-09-06 11:54:22 +08:00
Haojun Liao f67e7d2b63 refactor: do some internal refactor. 2024-09-06 11:32:54 +08:00
Pan Wei b92dcea9fb
Merge pull request #27699 from taosdata/fix/3.0/TD-31914
fix:[TD-31914] Fix mem leak when error occurs.
2024-09-06 11:24:23 +08:00
Pan Wei 8da5b891f5
Merge pull request #27691 from taosdata/fix/3.0/TD-31909
fix:[TD-31909] Avoid double free when error occurs in mode function.
2024-09-06 11:21:08 +08:00
Jing Sima dde0ad1e54 enh:[TD-31902] Remove void. 2024-09-06 10:38:10 +08:00
wangmm0220 23507b0eac fix:[TD-31899] remove void(func) 2024-09-06 10:16:15 +08:00
Pan Wei 87476b3ffc
Merge pull request #27627 from taosdata/fix/TD-31830_debug
fix: tag scan return code issue
2024-09-06 09:59:41 +08:00
Pan Wei 2eca52ae2e
Merge pull request #27669 from taosdata/fix/3.0/TD-31889
fix:[TD-31889] extend result buf size for percentile function to handle large double value.
2024-09-06 09:55:00 +08:00
Haojun Liao 2544f0313e
Merge pull request #27672 from taosdata/fix/ly_res
enh(query):remove void for operator
2024-09-06 09:49:10 +08:00
xsren 0a118243ea fix: free invalid hash 2024-09-06 09:38: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
Hongze Cheng f1a051a83e
Merge pull request #27694 from taosdata/fix/TD-31931
fix(stmt/scalar): no regex checking for stmt placeholder
2024-09-06 08:40:44 +08:00
Shungang Li 91d19e458d enh: error msg for csv file path that is too long 2024-09-05 19:43:57 +08:00
Jing Sima c3149f5225 fix:[TD-31914] Fix mem leak when error occurs. 2024-09-05 18:18:51 +08:00
Minglei Jin 87eccf2e2c fix(stmt/scalar): no regex checking for stmt placeholder 2024-09-05 17:43:23 +08:00
Haojun Liao 0615059407
Merge pull request #27680 from taosdata/fix/3.0/TD-31921
fix:[TD-31921] Free memory when error occurs in filterExecute.
2024-09-05 17:39:36 +08:00
54liuyao ff3db4cd9e fix(stream):set null for invalid column 2024-09-05 17:32:27 +08:00
xsren 46355de7f9 fix: crash 2024-09-05 17:30:46 +08:00
Jing Sima ede112d39d fix:[TD-31909] Avoid double free when error occurs in mode function. 2024-09-05 17:25:31 +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 6b94573231 fix(stream): fix syntax error. 2024-09-05 17:17:26 +08:00
Hongze Cheng 46a58a0eb8
Merge pull request #27682 from taosdata/fix/fixMemleakInterface
fix mem leak
2024-09-05 17:02:53 +08:00
Pan Wei b9397f6a7a
Merge pull request #27657 from taosdata/fix/3.0/TS-5349
fix:[TS-5349] fix wrong dbFName setted in mndPerfsInitMeta.
2024-09-05 16:39:27 +08:00
Hongze Cheng 6b455cfb55
Merge pull request #27678 from taosdata/fix/optTransportPara
Fix/optTransportPara
2024-09-05 16:20:31 +08:00
Haojun Liao df0f71a31c refactor: remove assert. 2024-09-05 16:12:39 +08:00
xiao77 84a54f88f6 fix windows make error 2024-09-05 16:09:44 +08:00
Haojun Liao 277528996e fix(stream): handle continuous retrieve during checkpoint procedure. 2024-09-05 16:04:36 +08:00
dapan1121 5503e07181 fix: ut error code 2024-09-05 15:57:23 +08:00
yihaoDeng 2e3e5d0a99 fix mem leak 2024-09-05 14:40:14 +08:00
dapan1121 b75adfcd9f fix: only query issue 2024-09-05 14:18:13 +08:00
Jing Sima 9e3b093d00 fix:[TD-31921] Free memory when error occurs in filterExecute. 2024-09-05 14:01:18 +08:00
dapan1121 93e6e278ab fix: add return code 2024-09-05 13:54:45 +08:00
yihaoDeng 27d22b79b9 opt transport 2024-09-05 13:52:08 +08:00
yihaoDeng 667da97c3a opt transport 2024-09-05 13:48:17 +08:00
xiao77 ab2477510b thread lock result 2024-09-05 13:38:51 +08:00
yihaoDeng ccea816fb9 opt transport 2024-09-05 13:25:56 +08:00
yihaoDeng 59946626d9 opt parameter 2024-09-05 13:25:41 +08:00
yihaoDeng 96f46edffc opt parameter 2024-09-05 12:52:19 +08:00
yihaoDeng 771912e58c opt parameter 2024-09-05 12:44:50 +08:00
dapan1121 3c4de6f1e6 feat: add query table not exist as empty 2024-09-05 12:23:28 +08:00
xiao77 e4f8485697 fix thread mutex unlock and mem free 2024-09-05 11:12:50 +08:00
54liuyao 27446f8df1 fix(query):free data block 2024-09-04 19:01:14 +08:00
54liuyao d3e4203dcb enh(query):remove void for operator 2024-09-04 18:37:41 +08:00
Jing Sima 87130db0e4 fix:[TD-31889] extend result buf size for percentile function to handle large double value. 2024-09-04 18:33:14 +08:00
54liuyao a9fe796484 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_res 2024-09-04 16:15:06 +08:00
Jing Sima 2eb1f95224 fix:[TS-5349] fix wrong dbFName setted in mndPerfsInitMeta. 2024-09-04 13:34:11 +08:00
Minglei Jin 270190b4ee Merge branch '3.0' into feat/TD-30813-2 2024-09-04 10:14:37 +08:00
lyh250-666 b6a8619d40 enh:modify error code passing in libs/ 2024-09-04 10:00:14 +08:00
Hongze Cheng abfa7a1279
Merge pull request #27618 from taosdata/fix/fixMemLeakOn30
Fix/fixMemLeakOn30
2024-09-04 09:28:45 +08:00
Pan Wei 7ada20aa8e
Merge pull request #27617 from taosdata/fix/TD-31838/freeError
fix: free invalid mem
2024-09-04 09:24:10 +08:00
Pan Wei 1e977a324e
Merge pull request #27654 from taosdata/fix/3.0/TD-31818
fix:[TD-31818] fix memory leak allocated by mode function.
2024-09-04 09:16:12 +08:00
facetosea 73fb43de2a only for memLeak 2024-09-04 07:11:51 +08:00
xiao77 6497290926 add rd lock while range keys 2024-09-03 20:22:26 +08:00
xiao77 97bcdfb86c resolve comments 2024-09-03 20:09:06 +08:00
54liuyao 4e27f5f9d5 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_res 2024-09-03 19:12:16 +08:00
Pan Wei aeb6fa9b25
Merge pull request #27613 from taosdata/fix/3.0/TD-31682-TD-31793
fix querytask.c memory leak when random malloc error
2024-09-03 18:30:22 +08:00
Pan Wei 2bb2c17517
Update parTranslater.c 2024-09-03 18:30:08 +08:00
Pan Wei 090e8d9921
Merge pull request #27630 from taosdata/enh/TD-31691
enh:modify error code passing in libs/executor/
2024-09-03 18:23:21 +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
dongming chen 3310c7f2d6
Merge pull request #27643 from taosdata/3.0
3.0
2024-09-03 16:08:22 +08:00
xiao77 d3518fbc89 fix:TD-31587:Repeated insert performance degradation 2024-09-03 15:24:33 +08:00
54liuyao 634025aea8 Merge branch 'fix/ly_res' of https://github.com/taosdata/TDengine into fix/ly_res 2024-09-03 15:23:18 +08:00
Minglei Jin aa16f0adac Merge branch '3.0' into feat/TD-30813-2 2024-09-03 15:21:45 +08:00
Hongze Cheng 884a94a7ad
Merge pull request #27633 from taosdata/fix/TD-30734-format-log
fix/TD-30734-format-log
2024-09-03 15:12:41 +08:00
Hongze Cheng 480cc6d914
Merge pull request #27599 from taosdata/fix/TD-30030-3.0
fix: show table tags from view
2024-09-03 14:34:23 +08:00
dmchen 068585238c fix/TD-30734-skip-not-match 2024-09-03 06:08:14 +00:00
54liuyao e2b2085052 fix(query):check scan operator error code 2024-09-03 13:44:35 +08:00
Pan Wei 640311cc16
Merge pull request #27600 from taosdata/fix/TD-31833
fix(query):fix query operator memory leak
2024-09-03 13:32:03 +08:00
dmchen df8ded28d5 fix/TD-30734-format-log 2024-09-03 05:02:07 +00:00
Hongze Cheng b2f2d56c41
Merge pull request #27629 from taosdata/enh/TD-31803-1
enh: improve error handle in message encode and decode
2024-09-03 11:42:38 +08:00
lyh250-666 9c8f630759 enh:modify error code passing in libs/executor/ 2024-09-03 11:01:02 +08:00
Pan Wei 8e9502452e
Merge pull request #27624 from taosdata/enh/TD-31691
modify error code pass in libs/catalog/, libs/function/ and libs/comm…
2024-09-03 10:58:51 +08:00
Hongze Cheng 32222375e6 enh: improve error handle in message encode and decode 2024-09-03 10:32:06 +08:00
wangjiaming0909 38e8d9f2fa fix querytask.c memory leak when random malloc error
remove (void)
2024-09-03 09:13:40 +08:00
Hongze Cheng cf592659ba
Merge pull request #27601 from taosdata/fix/TD-31834-fix-use-after-free
fix/TD-31834-fix-use-after-free
2024-09-03 08:43:22 +08:00
dapan1121 b939a9daab fix: return code issue 2024-09-03 08:35:24 +08:00
lyh250-666 28d0dc8e5b modify error code pass in libs/catalog/, libs/function/ and libs/command/ 2024-09-02 22:59:49 +08:00
yihaoDeng 87818986e0 fix mem leak 2024-09-02 19:02:56 +08:00
dapan1121 cd04e9e39d fix: downstream free issue 2024-09-02 18:52:11 +08:00
yihaoDeng 198486977e fix mem leak 2024-09-02 17:35:10 +08:00
Jing Sima 4c9bfac39d feat:[TS-5323] Support using 'level' as columnname. 2024-09-02 16:57:21 +08:00
54liuyao ae158487b7 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31833 2024-09-02 16:00:50 +08:00
kailixu 15364e7656 fix: show table tags from view 2024-09-02 15:44:00 +08:00
kailixu 3713cc8902 Merge branch '3.0' into fix/TD-30030-3.0 2024-09-02 15:43:02 +08:00
xsren a673f500b8 fix: free invalid mem 2024-09-02 15:12:47 +08:00
dmchen e4dcac7e0c fix/TD-31834-fix-use-after-free 2024-09-02 06:24:07 +00:00
Pan Wei 51678350cd
Merge pull request #27595 from taosdata/fix/3.0/TD-31828
fix:[TD-31828] fix crash in mode function.
2024-09-02 14:16:22 +08:00
54liuyao 983962238e fix(query):fix query operator memory leak 2024-09-02 13:46:21 +08:00
Pan Wei 4e239a5b76
Merge pull request #27596 from taosdata/fix/TD-31826
fix: cache value double free issue
2024-09-02 13:24:04 +08:00
kailixu 4243afa921 fix: show tags from view 2024-09-02 13:14:32 +08:00
Jing Sima c2d9178bf0 fix:[TD-31828] fix crash in mode function. 2024-09-02 10:25:23 +08:00
dapan1121 39293899e3 fix: cache value double free issue 2024-09-02 10:22:54 +08:00
Pan Wei 645b264cad
Merge pull request #27566 from taosdata/fix/TD-31802
fix(stream):fix stream memory leak
2024-09-02 09:33:52 +08:00
Pan Wei 0f58deb9ae
Merge pull request #27562 from taosdata/fix/3.0/TD-31785
fix:[TD-31785] fix memory leak when error occurs in parAstCreater.
2024-09-02 09:31:51 +08:00
Pan Wei 0f83055786
Merge pull request #27585 from taosdata/fix/TS-4938
fix: log level issues
2024-09-02 08:56:38 +08:00
Hongze Cheng 4256e6516e
Merge pull request #27478 from taosdata/enh/TD-31689
Enh/TD-31689
2024-09-02 08:28:30 +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 5c7506bfe0
Merge pull request #27574 from taosdata/fix/3.0/TD-31818
fix:[TD-31818] fix memory leak allocated by mode function.
2024-09-01 18:11:02 +08:00
Pan Wei 127fd3bdd2
Update schUtil.c 2024-09-01 18:09:11 +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
Jing Sima d00caf1d93 fix:[TD-31785] fix memory leak when error occurs in parAstCreater. 2024-09-01 16:42:38 +08:00
Jing Sima 46b1d9eb07 fix:[TD-31818] fix memory leak allocated by mode function. 2024-08-31 19:48:11 +08:00
Haojun Liao 4c91928db3
Merge pull request #27554 from taosdata/fix/syntax
refactor: remove assert
2024-08-31 15:57:27 +08:00
wangjiaming0909 eb46b5fa08 add tests for fix duplicate cols names 2024-08-31 15:21:53 +08:00
Hongze Cheng 1b21c2338d
Merge pull request #27580 from taosdata/enh/TD-31685
check return code
2024-08-31 10:12:54 +08:00
Hongze Cheng fb7e84fba6
Merge pull request #27567 from taosdata/fix/TS-5341-3.0
fix: (csv) issuse caused by path trim
2024-08-31 10:01:44 +08:00
yihaoDeng 4f38126c6d check func ret 2024-08-31 09:10:55 +08:00
yihaoDeng 724227c5d4 fix unit test 2024-08-31 09:02:18 +08:00
Haojun Liao 2fd5d5abc6
Merge pull request #27575 from taosdata/fix/create_tb
refactor: remove void.
2024-08-30 18:50:25 +08:00
yihaoDeng 0417c8facc fix unit test 2024-08-30 18:34:09 +08:00
dapan1121 f44d9f01f7 fix: log level issues 2024-08-30 17:53:03 +08:00
dapan1121 4de1f35833 fix: function return code validation issue 2024-08-30 17:51:27 +08:00
Yihao Deng f887f40207 check return code 2024-08-30 07:56:21 +00:00