Commit Graph

20339 Commits

Author SHA1 Message Date
sima 2f92b80cd6 fix:[TD-31511] Fix memory leak when error occurs. 2024-08-19 10:10:47 +08:00
Haojun Liao ee36bd741f fix(query): return error code. 2024-08-19 09:50:38 +08:00
dapan1121 72da4be830 fix: create operator failed issue 2024-08-19 09:15:36 +08:00
54liuyao 1b654c5a9a Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_mem_leak 2024-08-19 08:54:43 +08:00
dapan1121 685237f584
Merge pull request #27282 from taosdata/fix/3.0/TD-31508
fix:[TD-31508] Fix wrong data type in week function.
2024-08-19 08:51:49 +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
Haojun Liao 89eaf01621 fix(stream):fix memory leak. 2024-08-17 23:23:18 +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 b6c3e75746 fix mem leak 2024-08-17 09:47:43 +08:00
Haojun Liao f4bac23906 refactor: do some internal refactor 2024-08-17 01:47:30 +08:00
Haojun Liao 7c3ac51a05
Merge pull request #27275 from taosdata/fix/syntax
fix(query): if the return value of addTagPseudoColumnData is not success, not jump out.
2024-08-16 22:32:59 +08:00
yihaoDeng d0beeea917 fix mem leak 2024-08-16 21:18:42 +08:00
yihaoDeng 871f4dcb3d fix mem leak 2024-08-16 21:18:22 +08:00
yihaoDeng 367b6eee72 fix mem leak 2024-08-16 21:01:02 +08:00
yihaoDeng 6bdbbc4b15 fix mem leak 2024-08-16 19:40:51 +08:00
Haojun Liao b5dd25a9ad fix(query): return directly. 2024-08-16 19:34:08 +08:00
Haojun Liao 15ba3e1541
Merge pull request #27279 from taosdata/fix/create_tb
fix(stream): fix memory leak.
2024-08-16 19:23:49 +08:00
yihaoDeng 3e928fc8fc remove backend data file 2024-08-16 18:25:10 +08:00
wangjiaming0909 f7d4c274a8 fix exchange operator blocked 2024-08-16 18:03:16 +08:00
sima 69a09e5a01 fix:[TD-31508] Fix wrong data type in week function. 2024-08-16 17:33:35 +08:00
Haojun Liao adc583a936 fix(stream): fix memory leak. 2024-08-16 17:08:58 +08:00
Haojun Liao bfbe687d2a fix(query): return directly. 2024-08-16 17:04:26 +08:00
sima 3c3507f283 fix:[TD-31503] Return null when expr in timediff is null, and use ms as default time_unit when time_unit is null. 2024-08-16 15:54:07 +08:00
Haojun Liao 0cbbdf1b88 fix(query): if the return value of addTagPseudoColumnData is not success, not jump out. 2024-08-16 15:42:53 +08:00
54liuyao bb0aa6839f fix mem leak 2024-08-16 14:30:35 +08:00
54liuyao 76f56d940b fix issue 2024-08-16 10:26:09 +08:00
Haojun Liao 5e2b0ee299
Merge pull request #27232 from taosdata/fix/TD-31459
fix issue
2024-08-16 09:35:43 +08:00
Hongze Cheng 111ec91e59
Merge pull request #27254 from taosdata/fix/TD-31343-3.1-2
fix: handle some return -1 case
2024-08-16 08:57:01 +08:00
dapan1121 2aac6ba8c8
Merge pull request #27244 from taosdata/fix/3.0/TD-31468
fix:[TD-31468] Fix char function wrong result.
2024-08-16 08:53:16 +08:00
dapan1121 0e04b6a79f
Merge pull request #27256 from taosdata/fix/3.0/TD-31479
fix:[TD-31479] Fix wrong ans when parameter is NULL in substring.
2024-08-16 08:48:06 +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
Haojun Liao 06fea91b55
Merge pull request #27255 from taosdata/fix/create_tb
fix(stream): check status before start timer.
2024-08-16 00:11:29 +08:00
Haojun Liao 44466a4bcd fix(stream): fix a typo 2024-08-15 22:28:13 +08:00
sima ebe5f183cb fix:[TD-31468] Fix char function wrong result. 2024-08-15 19:49:52 +08:00
sima c1c59ce82b fix:[TD-31479] Fix wrong ans when parameter is NULL in substring. 2024-08-15 19:49:33 +08:00
dapan1121 b5baf566d1
Merge pull request #27249 from taosdata/fix/3.0/TD-31473
fix:[TD-31473] Fix repeat function use tag as parameter.
2024-08-15 19:00:26 +08:00
dapan1121 de3fe2e1df
Merge pull request #27246 from taosdata/fix/3.0/TD-31470
fix:[TD-31470] Fix replace function wrong length.
2024-08-15 18:58:58 +08:00
dapan1121 a39f14465c
Merge pull request #27245 from taosdata/fix/3.0/TD-31469
fix:[TD-31469] Fix trim sql syntax error.
2024-08-15 18:56:28 +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 c94cd24593 refactor: do some internal refactor. 2024-08-15 18:29:36 +08:00
Haojun Liao 54fdea3173 fix(stream): perform node update when mnode leader/follower switches. 2024-08-15 18:01:28 +08:00
Haojun Liao 7ec6206cdf
Merge pull request #27241 from taosdata/fix/3_liaohj
fix(query): release lock when error occurs.
2024-08-15 17:49:21 +08:00
54liuyao a82c220645 fix issue 2024-08-15 17:38:29 +08:00
dapan1121 a2399a6060
Merge pull request #27247 from taosdata/fix/TD-31471
fix: group cache log issue
2024-08-15 17:25:22 +08:00
Haojun Liao 3274194d21 refactor: do some internal refactor. 2024-08-15 17:11:43 +08:00
54liuyao cf796a45c1 fix issue 2024-08-15 17:03:32 +08:00
Haojun Liao 761ae2ab4b refactor: do some internal refactor. 2024-08-15 16:59:43 +08:00
Haojun Liao 59270dfd0d fix(stream): check status before start timer. 2024-08-15 16:56:30 +08:00
Haojun Liao 644f97f1c1 other: merge 3.0 2024-08-15 16:43:57 +08:00
Hongze Cheng 7cd086c8f9 fix: 2024-08-15 16:35:37 +08:00
sima 85ec91fb58 fix:[TD-31473] Fix repeat function use tag as parameter. 2024-08-15 16:11:38 +08:00
54liuyao e40f91f8a3 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31459 2024-08-15 15:57:42 +08:00
Hongze Cheng 6170cc1799
Merge pull request #27229 from taosdata/fix/TD-31404-3.0
fix(insert): return error when parsing csv file
2024-08-15 15:51:12 +08:00
dapan1121 cbf5f231be fix: group cache log issue 2024-08-15 15:38:09 +08:00
sima f2dcd3f16a fix:[TD-31470] Fix replace function wrong length. 2024-08-15 15:29:27 +08:00
sima 2e51d5409a fix:[TD-31469] Fix trim sql syntax error. 2024-08-15 15:28:32 +08:00
Hongze Cheng 4b03430712
Merge pull request #27221 from taosdata/fix/TD-31440
fix meta deadlock
2024-08-15 15:26:36 +08:00
Haojun Liao fd53940b33 fix(query): release lock when error occurs. 2024-08-15 14:55:29 +08:00
54liuyao ef5f69e3cf fix issue 2024-08-15 14:13:08 +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
54liuyao 5589799e90 fix issue 2024-08-15 10:58:53 +08:00
kailixu b746a71046 fix(insert): return error when parsing csv file 2024-08-15 10:23:17 +08:00
Haojun Liao 3d93c3a45d
Merge pull request #27217 from taosdata/fix/ly_res
fix issue
2024-08-15 09:29:14 +08:00
yihaoDeng ecb48dd317 fix meta deadlock 2024-08-14 21:09:24 +08:00
54liuyao 70eb66604d fix issue 2024-08-14 19:11:34 +08:00
Hongze Cheng 5c24933077
Merge pull request #27219 from taosdata/fix/TD-31343-3.0
handle some of return -1
2024-08-14 18:53:11 +08:00
54liuyao 235a082406 fix issue 2024-08-14 18:17:22 +08:00
Hongze Cheng 9792683b7d handle some of return -1 2024-08-14 17:50:20 +08:00
dapan1121 237a365285
Merge pull request #27216 from taosdata/fix/3.0/TD-31443
fix:[TD-31443] Reset field nums in SFilterFields when malloc failed.
2024-08-14 17:10:04 +08:00
dapan1121 e72cf17985
Merge pull request #27214 from taosdata/fix/3.0/TD-31439
fix:[TD-31439] Reset groupNum and unitNum when malloc failed.
2024-08-14 17:07:34 +08:00
wangjiaming0909 daf8ed7e06 fix db tsma version not updated by heart beat 2024-08-14 16:23:08 +08:00
54liuyao 9a7ffe38ac fix issue 2024-08-14 16:11:48 +08:00
sima e405d934e8 fix:[TD-31443] Reset field nums in SFilterFields when malloc failed. 2024-08-14 16:04:34 +08:00
dapan1121 084592dc34
Merge pull request #27168 from taosdata/feat/TS-4893
feat:[TS-4893] Support MYSQL functions.
2024-08-14 15:10:27 +08:00
dapan1121 a3ec3d167b
Merge pull request #27177 from taosdata/fix/3.0/TD-31337
fix exec task memory leaks
2024-08-14 14:57:49 +08:00
dapan1121 d015406208
Merge pull request #27140 from taosdata/fix/3.0/TD-31351
fix:[TD-31351] avoid double free.
2024-08-14 14:54:43 +08:00
sima 9b490d7a76 fix:[TD-31439] Reset groupNum and unitNum when malloc failed. 2024-08-14 14:37:32 +08:00
Haojun Liao 97d284eaf7
Merge pull request #27211 from taosdata/fix/3_liaohj
fix(query): release the reader when returning error.
2024-08-14 14:31:02 +08:00
Haojun Liao 9f5f571fad
Merge pull request #27207 from taosdata/fix/TD-31436
check error code
2024-08-14 13:46:03 +08:00
Haojun Liao d3a0634d4a refactor: do some internal refactor. 2024-08-14 13:10:11 +08:00
Haojun Liao 7d7072651b fix(query): release the reader when returning error. 2024-08-14 13:06:08 +08:00
54liuyao a560f13c95 check error code 2024-08-14 11:12:50 +08:00
sima c9b9871477 fix:[TD-31351] avoid double free. 2024-08-14 10:19:30 +08:00
sima 1d77ea76e8 feat:[TS-4893] Backward Compatibility. 2024-08-14 09:19:25 +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
Haojun Liao 264bfe3f28
Merge pull request #27200 from taosdata/fix/syntax
fix(stream): init the in-mem task list when recv checkpoint-report.
2024-08-14 09:15:04 +08:00
Haojun Liao 57a0c7b487 fix(stream): init the in-mem task list when recv checkpoint-report. check the number of complete downstream check by checking it in hashmap, not just number. 2024-08-13 23:20:37 +08:00
Haojun Liao e92031b723
Merge pull request #27181 from taosdata/fix/TD-31408
fix issue
2024-08-13 22:51:58 +08:00
Hongze Cheng 8fa1684a38
Merge pull request #27187 from taosdata/fix/TD-31380
fix return code
2024-08-13 18:35:44 +08:00
Hongze Cheng 6f014d1ca1
Merge pull request #27171 from taosdata/fix/TD-31002-3.0
fix: add size limit for create table batch msg
2024-08-13 18:29:47 +08:00
yihaoDeng ace1880ad9 fix return code 2024-08-13 15:40:31 +08:00
sima 80bb0d7cf8 fix:[TD-31405] Return correct error code in spread function. 2024-08-13 14:41:19 +08:00
54liuyao bc11c1bd02 fix issue 2024-08-13 14:35:49 +08:00
Haojun Liao f4927bb873
Merge pull request #27167 from taosdata/fix/TD-31386
adj function res
2024-08-13 13:51:11 +08:00
dapan1121 0c2e9a048d
Merge pull request #27178 from taosdata/fix/3.0/TD-31381
fix:[TD-31381] avoid double free.
2024-08-13 13:48:09 +08:00
Haojun Liao 12d6375de7
Merge pull request #27153 from taosdata/fix/TD-31372
adj copyPkVal error code
2024-08-13 13:47:52 +08:00
sima b26bdd550a fix:[TD-31381] avoid double free. 2024-08-13 11:34:05 +08:00
wangjiaming0909 7c6be8c357 fix exec task memory leaks 2024-08-13 11:23:00 +08:00
54liuyao f0af495a5d adj function res 2024-08-13 10:31:24 +08:00
Hongze Cheng acd2d30630
Merge pull request #27082 from taosdata/fix/TD-31210
add mem check
2024-08-13 10:15:38 +08:00
Hongze Cheng 2ab16fd72a
Merge pull request #27126 from taosdata/fix/TD-31353
fix return error
2024-08-13 10:14:09 +08:00
Haojun Liao 35f179c228
Merge pull request #27163 from taosdata/fix/3_liaohj
fix(stream): remove invalid assert.
2024-08-13 10:02:09 +08:00
Shungang Li 0d341d08ec fix: add more log 2024-08-13 09:35:12 +08:00
dapan1121 3790a1f415
Merge pull request #26959 from taosdata/feat/TS-3718
feat:[TS-3718]save slow log file one day one file
2024-08-13 09:18:07 +08:00
Shungang Li ee7cd71e09 fix: add size limit for create table batch msg 2024-08-12 19:57:15 +08:00
sima a3637af498 fix:[TD-31374] vectorConvertSingleCol set precision only when type is timestamp. 2024-08-12 18:59:10 +08:00
54liuyao 5d9101b28d adj res 2024-08-12 18:23:45 +08:00
54liuyao 3ec51c77c4 adj res 2024-08-12 18:21:35 +08:00
Haojun Liao 8d751ca5e3
Merge pull request #27148 from taosdata/fix/3.0/TD-31362-TD-31359-TD-21481
1. lock not released when return
2024-08-12 17:34:25 +08:00
Haojun Liao 3701ded767 fix(stream): remove invalid assert. 2024-08-12 16:56:43 +08:00
wangjiaming0909 19952995af fix fill order by returned wrong values 2024-08-12 15:27:15 +08:00
Haojun Liao 4a98782a38
Merge pull request #27150 from taosdata/fix/TD-31368
adj error code
2024-08-12 14:32:36 +08:00
Haojun Liao 9e0783afc9
Merge pull request #27135 from taosdata/fix/TD-31356
ignore delete res since res is empty
2024-08-12 14:31:54 +08:00
54liuyao 91e987b25a fix issue 2024-08-12 14:01:55 +08:00
yihaoDeng 593ccf2054 refactor code 2024-08-12 11:45:30 +08:00
54liuyao 9b4b74e80f adj error code 2024-08-12 10:42:18 +08:00
yihaoDeng 246dfd6e4a Merge remote-tracking branch 'origin/3.0' into fix/TD-31353 2024-08-12 09:18:37 +08:00
Hongze Cheng e59b9a1b90
Merge pull request #27129 from taosdata/fix/TD-31340
fix return error
2024-08-12 09:01:47 +08:00
wangjiaming0909 882cfb7deb 1. lock not released when return
2. fix tsma err msg
3. fix fill prev wrong results
2024-08-12 08:53:27 +08:00
yihaoDeng 6a7cee7687 refactor errno code 2024-08-10 18:55:03 +08:00
yihaoDeng 1a2e233d09 refactor errno code 2024-08-10 09:23:03 +08:00
yihaoDeng d072e3f7df refactor errno code 2024-08-10 09:12:41 +08:00
Haojun Liao 07edc94efa
Merge pull request #27125 from taosdata/fix/3.0/TD-31355
fix:[TD-31355] use correct way to handle error.
2024-08-09 23:10:12 +08:00
yihaoDeng c4cf02148a refactor errno code 2024-08-09 18:51:21 +08:00
yihaoDeng 99fb80cd27 refactor errno code 2024-08-09 18:07:43 +08:00
54liuyao 30f3fa29b9 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-08-09 17:36:48 +08:00
yihaoDeng fa2da69e7c refactor errno code 2024-08-09 17:36:20 +08:00
54liuyao 5d4e30de3f ignore delete res since res is empty 2024-08-09 17:36:19 +08:00
Hongze Cheng 8659a9a9bf
Merge pull request #27123 from taosdata/fix/TD-31117-3.0
fix: remove an invalid assert in syncMain.c
2024-08-09 17:29:53 +08:00
Hongze Cheng a9c8746c64
Merge pull request #27120 from taosdata/fix/TD-31168-3.0
fix: possible error handle in syncPipeline.c
2024-08-09 17:29:09 +08:00
yihaoDeng 3b99e077ef fix return error 2024-08-09 16:57:10 +08:00
Haojun Liao 563cb0c328
Merge pull request #27119 from taosdata/postfix/3.0/TD-31275
postfix exchange operator blocking due to addref failed
2024-08-09 16:44:51 +08:00
Haojun Liao f48d6f11ca
Merge pull request #27110 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-08-09 16:13:54 +08:00
yihaoDeng 61e2f68542 fix return error 2024-08-09 16:07:29 +08:00
sima 64874f6e40 fix:[TD-31355] use correct way to handle error. 2024-08-09 16:00:05 +08:00
Hongze Cheng 2553bb1745 fix: remove an invalid assert in syncMain.c 2024-08-09 15:51:58 +08:00
Hongze Cheng 7bde46e6d3
Merge pull request #27115 from taosdata/fix/TD-31344
refactor errno code
2024-08-09 15:35:51 +08:00
Hongze Cheng acf17054d3 fix: possible error handle in syncPipeline.c 2024-08-09 15:20:33 +08:00
wangjiaming0909 4fd8688795 postfix exchange operator blocking due to addref failed 2024-08-09 14:43:50 +08:00
Haojun Liao a145d9db22 fix(stream): allowed continue hb msg. 2024-08-09 14:08:08 +08:00
yihaoDeng d763e559e1 refactor errno code 2024-08-09 13:57:57 +08:00
Haojun Liao 6532b8a534
Merge pull request #27091 from taosdata/fix/3.0/TD-31275-TD-31310
1. fix exchange operator dead lock due to no ret check for add ref
2024-08-09 13:56:18 +08:00
Haojun Liao 45c6d42851
Merge pull request #27093 from taosdata/fix/3.0/TD-31274-TD-31280
1. fix interval query with month interval day slidng returning wrong …
2024-08-09 13:50:34 +08:00
Haojun Liao 0cf665dd8d
Merge pull request #27114 from taosdata/fix/3.0/TD-31258-TD-31259-TD-31254-TD-31330
fix ret check caused crash
2024-08-09 13:43:58 +08:00
Haojun Liao 73308bcdb5
Merge pull request #27029 from taosdata/fix/3.0/TS-5259
cancel md5 generation for performance when creating physical plan
2024-08-09 13:42:14 +08:00
wangjiaming0909 aa4b4a609f fix ret check caused crash 2024-08-09 11:46:53 +08:00
Haojun Liao 71b8f67ea6 refactor: do some internal refactor. 2024-08-09 11:37:34 +08:00
yihaoDeng 3eaae2ab75 add mem check 2024-08-09 10:40:38 +08:00
Haojun Liao 10acd19e71 refactor: do some internal refactor. 2024-08-09 10:36:10 +08:00
Hongze Cheng 8226a06316
Merge pull request #27068 from taosdata/fix/fixTransportMemleak
fix mem leak
2024-08-09 10:27:28 +08:00
Haojun Liao ac413cd8ed
Merge pull request #27085 from taosdata/fix/TD-31317
fix issue
2024-08-09 09:25:08 +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
Haojun Liao c793aba958
Merge pull request #27101 from taosdata/fix/syntax
fix(stream): send kill checkpoint trans msg before close task.
2024-08-09 02:03:32 +08:00
Haojun Liao b24e8efa5f Merge remote-tracking branch 'origin/fix/3_liaohj' into fix/3_liaohj 2024-08-09 02:02:56 +08:00
Haojun Liao 506a72d50f fix(stream): update checkpoint info only it is in ck status. 2024-08-09 02:02:41 +08:00
Haojun Liao e3a2733fee fix(stream): send kill checkpoint trans msg before close task. 2024-08-09 00:47:42 +08:00
Haojun Liao 8472f25a6e fix(stream): send kill checkpoint trans msg before close task. 2024-08-09 00:46:20 +08:00
Haojun Liao dfa74f82d7 fix(stream): avoid repeat send checkpoint-report msg. 2024-08-09 00:40:05 +08:00
yihaoDeng 2af86c961a add mem check 2024-08-08 19:35:20 +08:00
wangjiaming0909 1c5db0c469 remove unused md5hash 2024-08-08 18:26:41 +08:00
wangjiaming0909 d1ed3b3abb 1. fix interval query with month interval day slidng returning wrong window
2. fix error msg for creating tsma
2024-08-08 18:10:49 +08:00
wangjiaming0909 efd1ece152 1. fix exchange operator dead lock due to no ret check for add ref
2. fix null pointer of FetchRpcHandle of exchangeoperator
2024-08-08 18:07:43 +08:00
54liuyao 948de1fc66 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31317 2024-08-08 17:50:02 +08:00
wangmm0220 e7b990f3dd feat:[TS-3718]merge from 3.0 2024-08-08 17:35:24 +08:00
yihaoDeng 132500a102 fix mem leak 2024-08-08 17:31:06 +08:00
54liuyao 340886b9be fix issue 2024-08-08 17:23:25 +08:00
dapan1121 905d1eb762
Merge pull request #26972 from taosdata/fix/TD-29679/l2cache
Fix/td 29679/l2cache
2024-08-08 16:51:44 +08:00
54liuyao fe75c72666 fix issue 2024-08-08 16:24:18 +08:00
yihaoDeng 6be6027d17 add mem check 2024-08-08 16:15:44 +08:00
dapan1121 fa7afafe6d
Merge pull request #27079 from taosdata/fix/3.0/TD-31326
fix:[TD-31326] Return correct error code in _return.
2024-08-08 15:31:31 +08:00
sima cb4cc327d9 fix:[TD-31326] Return correct error code in _return. 2024-08-08 14:19:17 +08:00
yihaoDeng eafdaac3e5 fix mem leak 2024-08-08 14:13:26 +08:00
Hongze Cheng 328c0c38a5
Merge pull request #27013 from taosdata/fix/fixTransReturnCode
fix return error
2024-08-08 13:59:56 +08:00
dapan1121 65cfa89f56
Merge pull request #27072 from taosdata/fix/3.0/TD-31313
fix:[TD-31313] fix error handling.
2024-08-08 13:53:07 +08:00
xsren 6e820d28ab unused code 2024-08-08 13:41:47 +08:00
yihaoDeng 43f191511d fix mem leak 2024-08-08 13:41:35 +08:00
Haojun Liao 27586ef650
Merge pull request #27074 from taosdata/fix/TD-31288-2
check function res
2024-08-08 13:27:22 +08:00
Hongze Cheng f698610e44
Merge pull request #27069 from taosdata/fix/TD-31277-3.0
fix: handle error code
2024-08-08 12:39:05 +08:00
Hongze Cheng 7eda50065d
Merge pull request #27066 from taosdata/fix/TD-31285-3.0
fix: handle error code
2024-08-08 12:35:59 +08:00
54liuyao 3515af8099 check function res 2024-08-08 11:36:36 +08:00
54liuyao 4bebadd000 fix issue 2024-08-08 11:23:50 +08:00
Haojun Liao fe7565330b
Merge branch '3.0' into fix/3_liaohj 2024-08-08 11:20:12 +08:00
dapan1121 2e71680072
Merge pull request #27025 from taosdata/fix/3.0/TD-31279
fix:[TD-31279] free memory when error occurred.
2024-08-08 11:06:22 +08:00
wangmm0220 3ef942bf4b Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-3718 2024-08-08 10:59:45 +08:00
54liuyao 5c859554d0 Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31288 2024-08-08 10:36:09 +08:00
sima ea1e2bc68e fix:[TD-31313] fix error handling. 2024-08-08 10:32:44 +08:00
Hongze Cheng 1124741163 fix more 2024-08-08 10:27:39 +08:00
54liuyao 91ccd23f63 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31297 2024-08-08 10:13:05 +08:00
yihaoDeng 0a7e4a1706 fix mem leak 2024-08-08 10:08:00 +08:00
Hongze Cheng 0326bb7010 fix: handle error code 2024-08-08 09:50:41 +08:00
xsren 5dbf50c555 fix: return code 2024-08-08 09:49:22 +08:00
wangjiaming0909 5d4569ce75 replace sprintf with strcat 2024-08-08 08:59:16 +08:00
54liuyao 2039bb5934 fix issue 2024-08-08 08:53:43 +08:00
54liuyao bd5452c60c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31270 2024-08-08 08:40:38 +08:00
54liuyao c91595c2cc Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31297 2024-08-08 08:40:07 +08:00
54liuyao f180cf091c free operator 2024-08-08 08:38:17 +08:00
sima ad523425b7 fix:[TD-31279] free memory when error occurred. 2024-08-08 08:05:20 +08:00