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
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
wangjiaming0909
daf8ed7e06
fix db tsma version not updated by heart beat
2024-08-14 16:23:08 +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
Hongze Cheng
9796c9dfa4
Merge pull request #27179 from taosdata/enh/TD-31403
...
Enh/TD-31403
2024-08-14 09:39:12 +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
yihaoDeng
8250a51317
change queue limit
2024-08-13 11:18:29 +08:00
54liuyao
ba7994c3d6
adj copyPkVal error code
2024-08-12 11:06:25 +08:00
wangmm0220
9e018e8e58
fix:[TS-5156]add user/fqdn in show consumers
2024-08-09 14:28:58 +08:00
wangmm0220
d5b990e4ed
fix:[TS-5156]add user in show consumers
2024-08-08 16:38:11 +08:00
Haojun Liao
e9ac0d6cd4
other: merge 3.0
2024-08-05 13:38:05 +08:00
Haojun Liao
9b81f536a1
Merge pull request #26938 from taosdata/fix/create_tb
...
fix(stream): fix memory leak.
2024-08-02 12:55:17 +08:00
Haojun Liao
7f04e2cfb9
fix(stream): fix memory leak.
2024-08-02 10:47:06 +08:00
Haojun Liao
b8416370b4
Merge branch '3.0' into fix/3_liaohj
2024-08-01 11:24:07 +08:00
Haojun Liao
6ba428fbf8
other: merge 3.0.
2024-08-01 11:15:49 +08:00
dapan1121
7d82036903
Merge pull request #26522 from taosdata/feat/TS-4592
...
feat:[TS-4592]remove lost status for consumer
2024-08-01 10:26:10 +08:00
Haojun Liao
91dcf63933
other: merge 3.0
2024-07-31 15:01:13 +08:00
Hongze Cheng
0205291bcf
Merge pull request #26879 from taosdata/fix/TD-31107-3.0
...
fix: trans conflict during update dnode info
2024-07-31 14:20:37 +08:00
Haojun Liao
52b3e1be6f
fix(stream): drop orphan tasks/reset task in trans done by write-queue.
2024-07-31 14:08:22 +08:00
kailixu
ce54abd94d
fix: trans conflict during update dnode info
2024-07-30 16:54:39 +08:00
wangmm0220
1d98b32721
fix:[TD-31097]process return value
2024-07-30 10:47:46 +08:00
wangmm0220
44027f7978
feat:[TS-4592]remove lost status for consumer
2024-07-30 01:25:37 +08:00
wangmm0220
ce3d60ed20
feat:[TS-4592]remove lost status for consumer
2024-07-29 23:57:28 +08:00
Hongze Cheng
61994e7b5e
merge conflict
2024-07-29 18:12:57 +08:00
dapan1121
7b0cd100a6
Merge pull request #26838 from taosdata/opti/TD-31097
...
fix:[TD-31097]remove useless file & process return value
2024-07-29 16:55:29 +08:00
Hongze Cheng
a2944f1f45
Merge pull request #26752 from taosdata/fix/refactorTransport
...
Fix/refactorTransport
2024-07-29 16:26:32 +08:00
wangmm0220
48a898df7d
fix:[TD-31097]remove useless file & process return value
2024-07-29 10:51:33 +08:00
Haojun Liao
18f5b323c9
other: merge 3.0
2024-07-28 23:53:52 +08:00
Haojun Liao
a60c30dbba
fix(query): fix error.
2024-07-28 23:19:03 +08:00
Hongze Cheng
52d07c7916
Merge pull request #26811 from taosdata/enh/TD-30987-19
...
enh: add more check return
2024-07-28 16:23:35 +08:00
Haojun Liao
75c121c18a
fix(query): check return value.
2024-07-28 14:29:56 +08:00
Haojun Liao
67c883f587
other: merge 3.0
2024-07-28 13:07:08 +08:00
yihaoDeng
baed4a67da
Merge remote-tracking branch 'origin/3.0' into fix/refactorTransport
2024-07-27 22:03:23 +08:00
Haojun Liao
7be2ecbe1f
fix(common): check the return value.
2024-07-27 18:55:34 +08:00
Hongze Cheng
21754a009c
enh: add more check return
2024-07-27 18:03:16 +08:00
Hongze Cheng
ccd84f48f4
make it compile
2024-07-27 17:01:14 +08:00
Hongze Cheng
a4689e792c
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-11
2024-07-27 16:59:13 +08:00
Hongze Cheng
4b12153b31
Merge pull request #26783 from taosdata/feat/TD-30991-3.0
...
feat: (errcode) tglobal.c
2024-07-27 16:39:57 +08:00
Shungang Li
5b8a67e59e
feat: (errcode) tglobal.c
2024-07-26 23:07:08 +08:00
Hongze Cheng
9cede6e2fe
fix more
2024-07-26 21:39:27 +08:00
Hongze Cheng
1f8e1c10b7
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-30987-11
2024-07-25 14:06:46 +08:00
wangmm0220
e0483d00fe
fix:[TD-31017]process return value in vnode for tmq
2024-07-25 13:31:18 +08:00
Hongze Cheng
4b593aae64
Merge pull request #26740 from taosdata/enh/TD-30988-3.0
...
enh: return with code
2024-07-25 12:47:38 +08:00
Hongze Cheng
893766714a
Merge pull request #26780 from taosdata/enh/TD-30987-16
...
enh: refactor error code
2024-07-25 11:24:42 +08:00
dapan1121
3f2239ef03
Merge pull request #26742 from taosdata/opti/TD-31017-tq
...
fix:[TD-31017]process return value in client for tmq
2024-07-25 09:32:21 +08:00
kailixu
d42b86e56d
Merge branch '3.0' into enh/TD-30988-3.0
2024-07-25 09:31:57 +08:00
Hongze Cheng
eaa3634764
enh: refactor error code
2024-07-25 08:51:19 +08:00
wangmm0220
b3d1cd9ed1
fix:[TD-31017]process return value in client for tmq
2024-07-25 00:21:01 +08:00
wangmm0220
3f2278ebcf
fix:[TD-31017]process return value in vnode for tmq
2024-07-24 17:56:29 +08:00
Shungang Li
d908c1d710
feat: (errcode) more for ttime.c/geomFunc.c/geosWrapper.c
2024-07-24 17:29:06 +08:00