Haojun Liao
1b59d4a8d7
fix(tsdb): pass the error code out.
2024-08-19 18:54:42 +08:00
Minglei Jin
21c266d123
fix(vnode/cfg): use default value if loading 0
2024-08-19 18:52:14 +08:00
Shungang Li
e298b5acb3
fix: s3 support multi proto
2024-08-19 18:39:08 +08:00
kailixu
0531a4f4bd
fix: memory leak of geos
2024-08-19 18:36:39 +08:00
Haojun Liao
28b9611f38
fix(tsdb): return if no data.
2024-08-19 18:33:39 +08:00
Shengliang Guan
aef00cfb83
refact: remove unused variables
2024-08-19 18:04:50 +08:00
Shengliang Guan
e296a2a076
fix: init refId before setting env start
2024-08-19 18:04:29 +08:00
Hongze Cheng
24d512127f
Merge pull request #27299 from taosdata/fix/TD-30820
...
fix(scheduler/exec cb): remove schedulerFreeJob from cb
2024-08-19 18:02:51 +08:00
dapan1121
7d5535c856
Merge pull request #27290 from taosdata/fix/3.0/TD-31511
...
fix:[TD-31511] Fix memory leak when error occurs.
2024-08-19 17:47:16 +08:00
Shengliang Guan
5ce7bcad1e
refact: remove the return value of function taosCloseRef
2024-08-19 17:30:10 +08:00
kailixu
800e7c4e7a
fix: memory leak of geos
2024-08-19 17:27:15 +08:00
dapan1121
5035b3a624
fix: merge join destroy table issue
2024-08-19 17:13:27 +08:00
xsren
15a4fe9c84
fix: close file
2024-08-19 17:06:58 +08:00
sima
5fb431aff4
enh:[TD-31525] Remove ASSERT in libs/function.
2024-08-19 16:58:13 +08:00
dapan1121
3ce05d79b8
Merge remote-tracking branch 'origin/3.0' into fix/TD-31202
2024-08-19 16:54:42 +08:00
dapan1121
b913c0b94b
fix: async fetch rows no callback issue
2024-08-19 16:51:39 +08:00
xsren
bf471f8aee
fix: unlock
2024-08-19 16:47:18 +08:00
Hongze Cheng
55f7b7d771
Merge pull request #27262 from taosdata/fix/TS-5291-3.0
...
fix: ttlMgrFlush endless loop
2024-08-19 16:36:33 +08:00
Minglei Jin
c6350794fe
fix(scheduler/exec cb): remove schedulerFreeJob from cb
2024-08-19 15:53:55 +08:00
Hongze Cheng
2457c61411
Merge pull request #27294 from taosdata/fix/TD-31518
...
Fix/TD-31518
2024-08-19 15:43:16 +08:00
Shungang Li
872291686d
enh: ttl add more debug info
2024-08-19 15:00:32 +08:00
Haojun Liao
215a665497
Merge pull request #27271 from taosdata/fix/ly_mem_leak
...
fix mem leak
2024-08-19 14:18:37 +08:00
Haojun Liao
6c3c93d7d3
other: merge 3.0
2024-08-19 14:01:48 +08:00
Haojun Liao
d4dc632d6f
fix(tsdb): fix syntax error.
2024-08-19 13:39:30 +08:00
wangjiaming0909
bc2f648cf7
fix memory leak in tsdbreader
2024-08-19 13:33:34 +08:00
Hongze Cheng
df7fad1545
Merge pull request #27293 from taosdata/fix/TD-31519-3.0
...
fix: memory leak when continuesly create and drop database
2024-08-19 12:59:23 +08:00
yihaoDeng
58fa2453a1
fix double free
2024-08-19 11:20:42 +08:00
Haojun Liao
f2f0bad021
fix(tsdb): return code for tMergeTreeNext
2024-08-19 11:06:43 +08:00
Haojun Liao
d0e31f711f
fix(tsdb): return code for tMergeTreeNext
2024-08-19 11:01:54 +08:00
Hongze Cheng
97e0aa6901
fix: memory leak when continuesly create and drop database
2024-08-19 10:29:09 +08:00
54liuyao
0ec16a723d
fix issue
2024-08-19 10:15:35 +08:00
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
Hongze Cheng
fc35ad486f
Merge pull request #27278 from taosdata/fix/TD-31392
...
Fix/TD-31392
2024-08-17 10:29:45 +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
1f6cef26e8
refactor: do some internal refactor.
2024-08-17 01:44:58 +08:00
Haojun Liao
0bdebe4e72
Merge pull request #27270 from taosdata/fix/3_liaohj
...
fix(tsdb): check return value.
2024-08-17 00:43:56 +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
Haojun Liao
5b82556ff5
fix(query): reset the errno code.
2024-08-16 22:31:21 +08:00
Haojun Liao
f0dda78c61
Merge branch '3.0' into fix/3_liaohj
2024-08-16 21:43:38 +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
dapan1121
0e9bfa01c2
Merge pull request #27276 from taosdata/fix/3.0/TD-31503
...
fix:[TD-31503] Return null when expr in timediff is null.
2024-08-16 17:34:39 +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
yihaoDeng
171e06a198
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-08-16 16:54:28 +08:00
yihaoDeng
b6cf379247
fix double send-rsp
2024-08-16 16:53:44 +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
Hongze Cheng
0934fd7974
Merge pull request #27267 from taosdata/fix/TS-5269-3.0
...
fix: possible delete data loss when stt_trigger = 1
2024-08-16 15:39:22 +08:00
54liuyao
a910d3e70f
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-08-16 14:31:31 +08:00
54liuyao
bb0aa6839f
fix mem leak
2024-08-16 14:30:35 +08:00
Haojun Liao
fcc6569a7b
Merge pull request #27265 from taosdata/fix/ly_res
...
fix issue
2024-08-16 14:30:17 +08:00
Hongze Cheng
22e9b5c059
Merge pull request #27264 from taosdata/fix/TD-31485-3.0
...
fix/TD-31485
2024-08-16 14:18:36 +08:00
Hongze Cheng
76c961dafd
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31320-3.0a
2024-08-16 14:08:12 +08:00
Hongze Cheng
9e1f4a7147
Merge pull request #27236 from taosdata/enh/TD-31375-3.0
...
enh: support config randErrorScope dynamically
2024-08-16 13:58:07 +08:00
54liuyao
a3c7467d35
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-08-16 13:54:25 +08:00
Hongze Cheng
3ae2282879
Merge pull request #27252 from taosdata/fix/TD-31442-3.0
...
fix: support customized version
2024-08-16 13:53:55 +08:00
Hongze Cheng
5361d5f38a
fix: possible delete data loss when stt_trigger = 1
2024-08-16 13:27:51 +08:00
Haojun Liao
9059454c90
fix(tsdb): check return value.
2024-08-16 13:11:10 +08:00
Haojun Liao
5ae13e7bf8
Merge pull request #27266 from taosdata/fix/3_liaohj
...
fix(tsdb): check tables number.
2024-08-16 12:41:37 +08:00
Haojun Liao
35564718d8
Merge branch '3.0' into fix/3_liaohj
2024-08-16 11:12:39 +08:00
Haojun Liao
4e8d5e21a1
fix(tsdb): check tables number.
2024-08-16 10:34:39 +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
dmchen
0f922fb373
fix/TD-31485
2024-08-16 01:23:01 +00:00
dapan1121
f617124f98
Merge pull request #27212 from taosdata/fix/TD-31363
...
fix: response message memory leak
2024-08-16 09:15:06 +08:00
Haojun Liao
7c44227048
Merge pull request #27263 from taosdata/fix/3_liaohj
...
fix(stream): delay to load the stream task.
2024-08-16 09:11:30 +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
868898d11c
fix(stream): delay to load the stream task.
2024-08-16 00:28:49 +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
kailixu
6adc0543e8
enh: support config randErrorChance dynamically
2024-08-15 19:19:48 +08:00
kailixu
cc8994e837
Merge branch '3.0' into enh/TD-31375-3.0
2024-08-15 19:14:41 +08:00
Haojun Liao
06af850e3c
Merge pull request #27251 from taosdata/fix/syntax
...
fix(tsdb): fix memory leak.
2024-08-15 19:09:18 +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
wade zhang
7609affd69
Merge pull request #27242 from taosdata/feat/TD-31289-3.0
...
fix: add miss hostname for ep funcs
2024-08-15 18:11:34 +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
Haojun Liao
b6629532bf
fix(tsdb): fix memory leak.
2024-08-15 16:20:49 +08:00
Shungang Li
d2ea41e030
fix: ttlMgrFlush endless loop
2024-08-15 16:12:39 +08:00
sima
85ec91fb58
fix:[TD-31473] Fix repeat function use tag as parameter.
2024-08-15 16:11:38 +08:00
kailixu
f62e849222
fix: support customized version
2024-08-15 16:07:57 +08:00
Shungang Li
efff5e2bf9
feat: s3 use global s3BucketName
2024-08-15 16:07:30 +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
Hongze Cheng
e13ec18e5d
Merge pull request #27190 from taosdata/fix/TS-5262-conflict-return-error
...
fix/TS-5262-conflict-return-error
2024-08-15 15:20:46 +08:00
Haojun Liao
fd53940b33
fix(query): release lock when error occurs.
2024-08-15 14:55:29 +08:00
Shungang Li
41d8c20117
fix: add miss hostname for ep funcs
2024-08-15 14:51:28 +08:00
54liuyao
fa43095d37
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31459
2024-08-15 14:28:40 +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
kailixu
d0059d2d9d
enh: support config randErrorScope dynamically
2024-08-15 13:25:04 +08:00
dmchen
b85dba328c
fix/TD-30849
2024-08-15 03:55:20 +00:00
dapan1121
9f47f8467d
Merge pull request #27087 from taosdata/feat/TS-5156
...
opti:[TS-5156]add user/fqdn in show consumers/subscriptions
2024-08-15 11:33:27 +08:00
54liuyao
5589799e90
fix issue
2024-08-15 10:58:53 +08:00
kailixu
cc8bff453a
fix(insert): return error when parsing csv file
2024-08-15 10:45:16 +08:00
kailixu
3dd17eefa6
Merge branch '3.0' into fix/TD-31320-3.0a
2024-08-15 10:43:44 +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
b9d085764f
fix meta deadlock
2024-08-15 09:23:19 +08:00
yihaoDeng
bc2cbea8d1
fix meta deadlock
2024-08-15 09:19:34 +08:00
kailixu
1059650e57
enh: code optimization
2024-08-14 22:20:03 +08:00
kailixu
462748e715
Merge branch '3.0' into fix/TD-31320-3.0a
2024-08-14 22:06:43 +08:00
kailixu
92704f8b7a
fix: check error code
2024-08-14 22:06:18 +08:00
yihaoDeng
ecb48dd317
fix meta deadlock
2024-08-14 21:09:24 +08:00
yihaoDeng
2b40ecf718
fix meta deadlock
2024-08-14 20:41:28 +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
kailixu
ab45ab1459
fix(tsdb/read): memory leak
2024-08-14 16:40:12 +08:00
wangjiaming0909
daf8ed7e06
fix db tsma version not updated by heart beat
2024-08-14 16:23:08 +08:00
kailixu
6c917646b2
fix(tsdb/cache): return error code
2024-08-14 16:15:37 +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
dapan1121
19dcc5bddd
fix: error log issue
2024-08-14 14:50:57 +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
Hongze Cheng
6372d6d016
Merge pull request #27202 from taosdata/fix/TD-31433
...
fix(mnd/s3): fix trim & s3migrate timer routine
2024-08-14 14:21:08 +08:00
kailixu
f6ad63ac14
enh: code optimization
2024-08-14 13:59:33 +08:00
kailixu
cec7643ea8
enh: code optimization
2024-08-14 13:57:33 +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
kailixu
fe07324d72
fix(tsdb): return error code when loading data
2024-08-14 12:42:46 +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
dapan1121
61f0aec698
fix: response message memory leak
2024-08-14 10:05:03 +08:00
Hongze Cheng
9796c9dfa4
Merge pull request #27179 from taosdata/enh/TD-31403
...
Enh/TD-31403
2024-08-14 09:39:12 +08:00
Minglei Jin
834dd8de8c
fix(mnd/s3): fix trim & s3migrate timer routine
2024-08-14 09:38:05 +08:00
Hongze Cheng
e97d667ffc
Merge pull request #26970 from taosdata/fix/TD-31090-3.0
...
fix: add del mark for last cache
2024-08-14 09:35:08 +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
e9687fcf9d
Merge pull request #27201 from taosdata/fix/3_liaohj
...
fix(stream): init exec when mnd become leader.
2024-08-14 09:14:54 +08:00
kailixu
b47c127c56
Merge branch '3.0' into fix/TD-31320-3.0a
2024-08-14 09:06:56 +08:00
dapan1121
aa82702963
Merge pull request #27054 from taosdata/fix/TD-31003/timezoneOnWin
...
fix: set timezone on windows
2024-08-14 08:50:11 +08:00
Haojun Liao
eb029395a2
fix(stream): init exec when mnd become leader.
2024-08-14 00:38:15 +08:00
xsren
40722c3f72
ctest on linux
2024-08-14 00:10:10 +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
324dc3f404
Merge pull request #27184 from taosdata/fix/3_liaohj
...
fix(tsdb): check null ptr when un-referencing snapshot.
2024-08-13 22:52:48 +08:00
Haojun Liao
e92031b723
Merge pull request #27181 from taosdata/fix/TD-31408
...
fix issue
2024-08-13 22:51:58 +08:00
kailixu
413a57f4cb
fix(query): retry when column dropped in latest schema
2024-08-13 18:55:48 +08:00
Haojun Liao
27b0e285c7
fix(tsdb): release the reader when encountering errors.
2024-08-13 18:39:07 +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
b5951a9efa
Merge pull request #27155 from taosdata/enh/TD-31375-3.0
...
enh: simulate random i/o error
2024-08-13 18:31:35 +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
Hongze Cheng
9ead181d19
Merge pull request #27134 from taosdata/feat/TD-31289-3.0
...
feat: cos support for multi s3 cfg
2024-08-13 18:25:52 +08:00
yihaoDeng
8ecc327cbd
change default paramete
2024-08-13 16:58:53 +08:00
dmchen
7bf3206076
fix/TS-5262-conflict-return-error
2024-08-13 08:29:09 +00:00
dapan1121
c15d3ec56a
Merge pull request #27182 from taosdata/fix/3.0/TD-31405
...
fix:[TD-31405] Return correct error code in spread function.
2024-08-13 16:07:16 +08:00
dapan1121
a8b0940882
Merge pull request #27180 from taosdata/TD-31402
...
fix:[TD-31402] Fix memory leak.
2024-08-13 16:06:05 +08:00
Haojun Liao
b253742155
fix(tsdb): check return value.
2024-08-13 15:49:20 +08:00
Haojun Liao
90862b1df4
other: merge 3.0
2024-08-13 15:48:11 +08:00
yihaoDeng
ace1880ad9
fix return code
2024-08-13 15:40:31 +08:00
Haojun Liao
14a2360f5e
fix(tsdb): check null ptr when un-referencing snapshot.
2024-08-13 15:22:06 +08:00
Shungang Li
c3b1e267b9
enh: adjust the implementation of random selection
2024-08-13 15:10:04 +08:00