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
54liuyao
3b88a48b6f
Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31288
2024-08-07 19:25:53 +08:00
Hongze Cheng
7bd499c1dc
Merge pull request #27030 from taosdata/fix/TD-31226
...
fix(tdb/table): failed with btc open
2024-08-07 17:50:22 +08:00
Hongze Cheng
d08e62bb04
Merge pull request #27044 from taosdata/fix/TD-31252
...
fix invalid remove
2024-08-07 17:09:22 +08:00
54liuyao
531dfbb135
fix issue
2024-08-07 17:08:50 +08:00
54liuyao
3a7c4ab5a1
Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31288
2024-08-07 16:59:45 +08:00
54liuyao
8ab78009a9
fix issue
2024-08-07 16:59:19 +08:00
xsren
bec6dfe16b
return value
2024-08-07 16:51:39 +08:00
dapan1121
dd28770bf7
Merge pull request #26914 from taosdata/fix/TD-31167
...
add new interface
2024-08-07 16:41:17 +08:00
Haojun Liao
82d431d73e
Merge branch '3.0' into fix/3_liaohj
2024-08-07 16:21:27 +08:00
yihaoDeng
ea715a21b1
fix invalid remove
2024-08-07 16:11:06 +08:00
dapan1121
ec9a057dde
Merge pull request #27016 from taosdata/fix/3.0/TD-31276
...
fix:[TD-31276] check malloc result.
2024-08-07 16:10:49 +08:00
dapan1121
e8a6e15c49
Update filterInt.h
2024-08-07 16:10:27 +08:00
Haojun Liao
26a770f61e
fix(stream):update log.
2024-08-07 15:54:48 +08:00
54liuyao
db0c2e4be4
free operator
2024-08-07 15:53:23 +08:00
dapan1121
6303f9e664
Merge pull request #27017 from taosdata/fix/TS-4236/assert
...
assert
2024-08-07 15:37:06 +08:00
54liuyao
7559c1e131
fix mem leak
2024-08-07 15:33:09 +08:00
yihaoDeng
925c279ac9
fix invalid remove
2024-08-07 15:25:27 +08:00
Haojun Liao
f55fb03fae
Merge pull request #27040 from taosdata/fix/TD-31288
...
fix issue
2024-08-07 15:17:42 +08:00
54liuyao
3b71401e96
fix issue
2024-08-07 15:09:21 +08:00
Haojun Liao
1fbb3a63bc
refactor: do some internal refactor.
2024-08-07 14:59:39 +08:00
Hongze Cheng
70f4bec00b
Merge pull request #27006 from taosdata/fix/TD-31163-3.0
...
fix: memleak in initWktRegex
2024-08-07 14:19:07 +08:00
54liuyao
e729860888
Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31288
2024-08-07 14:04:22 +08:00
54liuyao
08c838f0a6
fix issue
2024-08-07 14:02:55 +08:00
Hongze Cheng
e7720a4402
Merge pull request #27028 from taosdata/fix/TD-31235
...
fix(tdb/btree): null txn in btc
2024-08-07 13:45:51 +08:00
54liuyao
56a14915d7
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31270
2024-08-07 13:36:50 +08:00
sima
a4c120ee28
fix:[TD-31276] check malloc result.
2024-08-07 13:29:20 +08:00
Haojun Liao
255faa0eac
fix(stream): update acceptable code.
2024-08-07 11:43:38 +08:00
Hongze Cheng
c5ca8703a1
Merge pull request #27026 from taosdata/fix/TD-31230
...
fix(tdb/btree): let app own and free key
2024-08-07 11:25:34 +08:00
Haojun Liao
bb7efb7423
Merge branch '3.0' into fix/3_liaohj
2024-08-07 10:21:53 +08:00
54liuyao
e6cc6a47e4
fix mem leak
2024-08-07 10:06:04 +08:00
Minglei Jin
74726af145
fix(tdb/table): failed with btc open
2024-08-07 09:34:14 +08:00
wangjiaming0909
2b8115d308
fix exchangeoperator ret check
2024-08-07 09:33:11 +08:00
xinsheng Ren
1599cdc00c
Merge branch '3.0' into fix/TS-4236/assert
2024-08-07 09:32:46 +08:00
Haojun Liao
9e8038b020
Merge pull request #27022 from taosdata/fix/TD-31270
...
fix mem leak
2024-08-07 09:30:19 +08:00
Shungang Li
6316c22f6f
fix: type check for executeGeomFromTextFunc
2024-08-07 09:26:15 +08:00
Haojun Liao
a8eedcfdc6
Merge pull request #27012 from taosdata/fix/syntax
...
fix(query):check return code
2024-08-07 09:17:56 +08:00
Minglei Jin
de2e62522a
fix(tdb/btree): null txn in btc
2024-08-07 09:17:16 +08:00
Minglei Jin
378c8db881
fix(tdb/btree): let app own and free key
2024-08-07 09:01:24 +08:00
Haojun Liao
ef41c0dcf9
fix(query): fix syntax error.
2024-08-06 23:57:29 +08:00
54liuyao
372c0f21f2
fix mem leak
2024-08-06 19:36:39 +08:00
xsren
600d152a8d
fix: assert
2024-08-06 19:36:33 +08:00
dapan1121
cce942d04d
Merge pull request #27008 from taosdata/fix/3.0/TD-31264
...
fix:[TD-31264] fix wrong result when using concat multi-byte character with nchar.
2024-08-06 18:53:39 +08:00
xsren
b9e0d0bdd5
refreeOperator
2024-08-06 18:22:59 +08:00
xsren
8a478ca258
assert
2024-08-06 18:10:46 +08:00
Shungang Li
4068e3d73b
fix: memleak in initWktRegex
2024-08-06 17:59:17 +08:00
Haojun Liao
6fd580e476
Merge pull request #27000 from taosdata/fix/TD-31245
...
adj operator res
2024-08-06 17:46:39 +08:00
Haojun Liao
e0fc36ce97
fix(query):check return code
2024-08-06 17:32:20 +08:00
dapan1121
08bec988c5
Merge pull request #26993 from taosdata/fix/TS-5141
...
fix: catalog subtask cache hit issue
2024-08-06 17:23:28 +08:00
yihaoDeng
66753111c9
fix return error
2024-08-06 16:52:28 +08:00
Haojun Liao
59d190508d
fix(query):check return code
2024-08-06 16:46:40 +08:00
Haojun Liao
1bb5d787ba
Merge pull request #27003 from taosdata/fix/syntax
...
fix(query):check return code
2024-08-06 16:46:33 +08:00
sima
c48d377582
fix:[TD-31264] fix wrong result when using concat multi-byte character with nchar.
2024-08-06 16:26:48 +08:00
xsren
3adaebd2a0
return value
2024-08-06 16:20:29 +08:00
yihaoDeng
8c1f51c9e3
add perf
2024-08-06 16:13:10 +08:00
yihaoDeng
41067c55b3
add debug log
2024-08-06 16:13:10 +08:00
wangjiaming0909
8dd11f9a09
fix exchange operator caused rpc conn not freed
2024-08-06 16:13:07 +08:00
yihaoDeng
fce636339e
add debug log
2024-08-06 16:12:44 +08:00
yihaoDeng
3f46145c01
add debug log
2024-08-06 16:12:43 +08:00
yihaoDeng
ef63a702cb
add debug log
2024-08-06 16:12:43 +08:00
yihaoDeng
7cbd3324ee
add debug log
2024-08-06 16:12:43 +08:00
yihaoDeng
1dd5461cdd
add new interface
2024-08-06 16:12:42 +08:00
yihaoDeng
f90438a56a
refact code
2024-08-06 16:12:42 +08:00
yihaoDeng
f2a3951c23
refact code
2024-08-06 16:12:41 +08:00
yihaoDeng
e063a8092c
refact code
2024-08-06 16:12:41 +08:00
yihaoDeng
3c0114362b
refact code
2024-08-06 16:12:40 +08:00
yihaoDeng
11b91adddf
refact code
2024-08-06 16:12:39 +08:00
yihaoDeng
188883341a
add new interface
2024-08-06 16:12:39 +08:00
dapan1121
2d57e77df8
Merge pull request #26949 from taosdata/fix/3.0/TD-31079
...
fix:[TD-31079] Reduce memory usage of percentile function.
2024-08-06 16:03:29 +08:00
dapan1121
3f3a9084d5
fix: compile issue
2024-08-06 15:12:11 +08:00
54liuyao
5be03c23c0
fix ci issue
2024-08-06 14:27:14 +08:00
54liuyao
9ece780c15
fix ci issue
2024-08-06 14:17:36 +08:00
Haojun Liao
2f1b353fea
fix(query):check return code
2024-08-06 14:05:46 +08:00
Haojun Liao
c8dd0e90a9
fix(query):check return code
2024-08-06 14:02:58 +08:00
Haojun Liao
26f21cf071
fix(query):check return code
2024-08-06 13:22:14 +08:00
dapan1121
ce52865c46
fix: db vgroup info clone issue
2024-08-06 13:20:51 +08:00
54liuyao
389adc9083
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-08-06 13:12:31 +08:00
Haojun Liao
abe0ff6e78
other: merge 3.0
2024-08-06 10:46:59 +08:00
54liuyao
351779024d
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-08-06 10:46:03 +08:00
54liuyao
143745d023
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31212
2024-08-06 10:41:12 +08:00
Haojun Liao
77097dc14f
fix: check return value and fix bugs.
2024-08-06 10:39:51 +08:00
Haojun Liao
cd407950e7
fix: check return value and fix bugs.
2024-08-06 10:33:13 +08:00
Haojun Liao
5524d42c2d
fix: check return value and fix bugs.
2024-08-06 10:19:22 +08:00
54liuyao
1edcd654d4
adj operator res
2024-08-06 09:24:31 +08:00
54liuyao
9b438f3087
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31212
2024-08-06 08:40:29 +08:00
54liuyao
6ab776d822
fix ci issue
2024-08-05 19:41:15 +08:00
54liuyao
5737d638a1
fix ci issue
2024-08-05 19:36:33 +08:00
Haojun Liao
94a2ea1ad5
fix(stream): clear the freed ptr
2024-08-05 19:32:29 +08:00
Haojun Liao
6645192ff3
fix(stream): fix syntax error.
2024-08-05 19:12:42 +08:00
dapan1121
0e24ce2a4c
fix: catalog subtask cache hit issue
2024-08-05 19:10:55 +08:00
54liuyao
6742ece997
fix ci issue
2024-08-05 19:10:54 +08:00
54liuyao
eab41873f2
add log
2024-08-05 18:36:45 +08:00
Haojun Liao
6297d238e0
fix: check return values.
2024-08-05 18:34:56 +08:00
54liuyao
a08379729e
add log
2024-08-05 18:18:13 +08:00
Haojun Liao
3772f25840
fix(stream): check return value.
2024-08-05 18:02:32 +08:00
Haojun Liao
d6f8d79223
Merge pull request #26976 from taosdata/fix/syntax
...
fix(tsdb): return error.
2024-08-05 17:45:38 +08:00
sima
eec71bcd84
fix:[TD-31079] Reduce memory usage of percentile function.
2024-08-05 17:26:25 +08:00
54liuyao
a9f1cff14f
fix issue
2024-08-05 17:08:21 +08:00
Haojun Liao
6e1d061ce4
Merge branch '3.0' into fix/syntax
2024-08-05 16:38:20 +08:00
54liuyao
5c50970cca
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-08-05 16:37:08 +08:00
Haojun Liao
1c13763a46
fix(stream): set ptr to be null after free it
2024-08-05 16:24:55 +08:00
Haojun Liao
666e813b5f
Merge pull request #26969 from taosdata/fix/TD-31209
...
fix issue for function res
2024-08-05 16:24:05 +08:00
54liuyao
57068232ff
fix res issue
2024-08-05 16:09:01 +08:00
Haojun Liao
ade444b690
fix(stream): check return value.
2024-08-05 14:45:54 +08:00
54liuyao
5dc49af3c4
Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31209
2024-08-05 13:49:23 +08:00
54liuyao
2b70c1332b
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31220
2024-08-05 13:38:10 +08:00
Haojun Liao
e9ac0d6cd4
other: merge 3.0
2024-08-05 13:38:05 +08:00
54liuyao
bfe3662d03
fix issue
2024-08-05 13:37:07 +08:00
54liuyao
573ab11314
fix malloc issue
2024-08-05 13:28:27 +08:00
54liuyao
9d64202f02
adj res
2024-08-05 13:18:54 +08:00
54liuyao
f0e4d2f085
fix malloc issue
2024-08-05 12:22:25 +08:00
yihaoDeng
093e7ef0bb
refactor remve backend code
2024-08-05 12:06:01 +08:00
yihaoDeng
59586b0169
Merge branch 'fix/syntaxRefact' into fix/syntax
2024-08-05 12:04:21 +08:00
Haojun Liao
40537001a2
fix(stream): check return value.
2024-08-05 11:57:18 +08:00
yihaoDeng
0bcfe11e84
refactor remve backend code
2024-08-05 11:55:36 +08:00
54liuyao
1b5cf65ab9
fix issue for function res
2024-08-05 11:17:49 +08:00
Haojun Liao
183f33af87
fix(stream): fix syntax error.
2024-08-05 10:35:00 +08:00
Haojun Liao
34ce872eaf
refactor: do some internal refactor.
2024-08-05 10:16:09 +08:00
Haojun Liao
2731ffe2c6
Merge branch '3.0' into fix/create_tb
2024-08-05 09:31:45 +08:00
Haojun Liao
077745390d
fix(stream): add more check in tmr.
2024-08-05 09:31:12 +08:00
dapan1121
37fc4f5674
Merge pull request #26533 from taosdata/enh/3.0/TD-26258
...
fix asc/desc fill windows
2024-08-05 09:00:14 +08:00
dapan1121
d59e3512ee
Merge pull request #26948 from taosdata/enh/addRandError
...
enh: add rand error test
2024-08-04 18:22:14 +08:00
Haojun Liao
02b59d0b33
fix(stream): add more check in tmr.
2024-08-03 16:34:26 +08:00
Haojun Liao
2e342104d3
Merge pull request #26960 from taosdata/fix/syntax
...
fix(stream): check status before start init, do some internal refactor.
2024-08-03 10:56:28 +08:00
dapan1121
f4c68d6f3d
Merge pull request #26958 from taosdata/fix/TD-30741/memLeak
...
mem leak
2024-08-02 18:27:42 +08:00
dapan1121
69579a2a4e
Merge pull request #26956 from taosdata/fix/TD-30740/memLeak
...
fix: mem leak
2024-08-02 18:27:17 +08:00
Haojun Liao
281f636954
fix(stream): fix syntax error.
2024-08-02 18:21:46 +08:00
Haojun Liao
e0a7e64a65
fix(stream): fix deadlock.
2024-08-02 17:28:05 +08:00
Haojun Liao
c1ca6ce464
fix(stream): set the concurrently handle init failed.
2024-08-02 17:24:29 +08:00
Haojun Liao
895a9a1f3d
fix(stream): check status before start init, do some internal refactor.
2024-08-02 16:54:08 +08:00
xsren
a2e0532c54
mem leak
2024-08-02 16:50:01 +08:00
wangmm0220
4d19f48d8a
feat:[TS-3718]save slow log file one day one file
2024-08-02 16:29:48 +08:00
xsren
9a8e74e0ed
fix: mem leak
2024-08-02 15:02:12 +08:00
dapan1121
5e2c5b8894
fix: calander interval and sliding issue
2024-08-02 14:38:55 +08:00
dapan1121
857d9e825b
enh: add rand error test
2024-08-02 13:29:47 +08:00
dapan1121
81e88d9762
Merge pull request #26917 from taosdata/fix/TD-31001
...
fix: PkOrder Mem
2024-08-02 10:57:24 +08:00
Haojun Liao
e37811ee28
Merge pull request #26930 from taosdata/fix/ly_stream_3.0
...
fix issue
2024-08-02 10:50:41 +08:00
Haojun Liao
27cadbbcb6
other: merge 3.0
2024-08-02 09:16:03 +08:00
Haojun Liao
8be9337659
Merge pull request #26912 from taosdata/fix/create_tb
...
fix(stream): compare vg replica according to different db.
2024-08-02 00:39:48 +08:00
Haojun Liao
6650c6b325
Merge pull request #26931 from taosdata/fix/syntax
...
fix(stream): check return value.
2024-08-01 22:18:12 +08:00
dapan1121
659c8e7812
Merge pull request #26921 from taosdata/fix/TD-31166
...
fix: udfd close
2024-08-01 19:22:58 +08:00
dapan1121
c830e40116
Merge pull request #26925 from taosdata/fix/TS-5249
...
fix: query timeline based on function issue
2024-08-01 19:14:23 +08:00
dapan1121
dd6674fe38
Merge pull request #26543 from taosdata/fix/3.0/TD-30951
...
fix project with bool condition node
2024-08-01 19:11:57 +08:00
Haojun Liao
2075bfd0f6
fix(stream): check return value.
2024-08-01 17:17:32 +08:00
Haojun Liao
3e1074aea3
fix(stream): set correct return value.
2024-08-01 16:14:58 +08:00
Haojun Liao
2dae0bf423
fix(stream): add more check.
2024-08-01 16:14:53 +08:00
Haojun Liao
ede7f23b0e
fix(stream): fix dead lock caused by refactor.
2024-08-01 16:14:34 +08:00
Haojun Liao
6539760c64
fix(stream): fix dead lock caused by refactor.
2024-08-01 16:13:31 +08:00
dapan1121
d6ac07d574
fix: query timeline based on function issue
2024-08-01 15:55:09 +08:00
54liuyao
c482e83fbe
fix issue
2024-08-01 15:50:21 +08:00
Haojun Liao
b35ebe6131
fix(stream): set correct return value.
2024-08-01 15:48:09 +08:00
Haojun Liao
aefb9d275e
fix(stream): add ts in HbMsg.
2024-08-01 15:22:37 +08:00
Haojun Liao
b57b263534
fix(stream): add check.
2024-08-01 14:40:10 +08:00
Haojun Liao
c2b6d0da62
fix(stream): add more check.
2024-08-01 14:15:08 +08:00
dapan1121
6e6f353328
Merge pull request #26896 from taosdata/fix/3.0/TD-31113
...
fix:[TD-31113] return 0.0 instead of -0.0 when using round(),floor() and ceil()
2024-08-01 14:08:03 +08:00
xsren
db47d2f8ab
fix: udfd close
2024-08-01 14:05:28 +08:00
Haojun Liao
6ba428fbf8
other: merge 3.0.
2024-08-01 11:15:49 +08:00
xsren
86b06d0a7a
fix: PkOrder Mem
2024-08-01 09:42:55 +08:00
Haojun Liao
240d2c2a2c
fix(stream): fix dead lock caused by refactor.
2024-08-01 09:31:51 +08:00
Haojun Liao
cf60900155
other: merge 3.0
2024-07-31 19:27:38 +08:00
Haojun Liao
d364397e0d
fix(stream): fix dead lock caused by refactor.
2024-07-31 19:15:17 +08:00
Haojun Liao
3e8acae2a7
Merge pull request #26902 from taosdata/fix/syntax
...
fix(stream): drop orphan tasks/reset task in trans done by write-queue.
2024-07-31 19:09:48 +08:00
Haojun Liao
715b6428aa
fix(stream): update the merge result check.
2024-07-31 16:33:44 +08:00
sima
04d525d429
feat:[TS-5137] Support group/partition by position and alias.
2024-07-31 15:30:31 +08:00