54liuyao
d94f3c5c41
fix(stream):fix stream memory leak
2024-08-30 10:53:17 +08:00
xsren
e6cf658069
assert
2024-08-21 06:20:45 +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
wangmm0220
4d19f48d8a
feat:[TS-3718]save slow log file one day one file
2024-08-02 16:29:48 +08:00
dapan1121
7ccc2d1139
Merge pull request #26791 from taosdata/opti/TD-31097
...
fix:[TD-31097]process return value in client
2024-07-29 09:34:49 +08:00
Haojun Liao
dc8e2e9e0d
fix(query):fix error.
2024-07-28 18:03:13 +08:00
Haojun Liao
51b90819ca
fix(test): fix syntax error.
2024-07-28 16:07:06 +08:00
Haojun Liao
7fbb76b441
fix(query): check return value.
2024-07-28 15:52:30 +08:00
Haojun Liao
848b4aab4f
fix(util): fix error
2024-07-28 15:46:19 +08:00
wangmm0220
3e8daeeb91
fix:[TD-31017]process return value in client
2024-07-28 01:07:07 +08:00
dmchen
89be4351dc
fix case
2024-07-17 00:37:34 +00:00
wangmm0220
d0ca79ddca
fix:add monitor result for show cluster variables
2024-06-23 18:17:50 +08:00
factosea
90e54d0603
test case: mem overflow
2024-06-11 19:38:31 +08:00
Haojun Liao
1e47cb7eba
other: update the test case.
2024-06-07 11:15:23 +08:00
wangjiaming0909
22aad41810
fix smaTest failed caused by mnode not inited
2024-05-24 11:42:01 +08:00
Haojun Liao
64ae35affe
fix(test): fix syntax error.
2024-05-08 09:18:36 +08:00
Haojun Liao
87dfc1f931
fix(stream):fix error in unit test cases.
2024-04-15 18:40:51 +08:00
Shungang Li
4185962c43
fix: arb unit test
2024-03-19 14:26:11 +08:00
Shungang Li
d0df927dfa
feat: arb add version in sarbgroup
2024-03-19 09:31:05 +08:00
Shungang Li
fc7575279c
fix: arb unit test
2024-03-19 09:30:51 +08:00
Shungang Li
3a656c3595
feat: support 2 replica with arbitrator
2024-03-19 09:30:35 +08:00
Haojun Liao
dbd3b4e2b9
test: remove print info.
2024-02-22 10:02:25 +08:00
Haojun Liao
045a30035f
test(stream): init lock.
2024-02-22 09:52:47 +08:00
Haojun Liao
637e604368
test(stream): add print info.
2024-02-22 09:38:44 +08:00
Haojun Liao
5c817d101a
test(stream): add print info.
2024-02-22 09:29:40 +08:00
Haojun Liao
705ae7d827
test(stream): init mnode lock.
2024-02-22 09:04:57 +08:00
Haojun Liao
03bc2d7c6d
test(stream): add unit test cases.
2024-02-20 10:27:02 +08:00
wangmm0220
a8e45440c0
fix:conflicts from 3.0
2024-02-18 18:02:14 +08:00
Haojun Liao
fc218a1f69
fix(test): fix syntax errors on windows.
2024-02-05 11:09:19 +08:00
Haojun Liao
3111a01a12
test: add unit test files.
2024-02-05 09:10:43 +08:00
Haojun Liao
739485a419
test(stream): add unit test case for the mnode stream module.
2024-02-05 09:10:04 +08:00
wangmm0220
2ab54a1335
fix:conflicts from 3.0
2024-01-15 16:54:52 +08:00
Yihao Deng
b5e5167b8f
split sync/status channel
2024-01-10 09:57:08 +00:00
WANG MINGMING
6f23b63d9e
Merge branch '3.0' into feat/ly_multi_marks
2023-12-18 16:22:56 +08:00
wangmm0220
64f98744e2
fix:set trigger parms = 0 in source task if levelPlan != 1
2023-12-18 10:57:36 +08:00
wangmm0220
7ba6135f2c
fix:error in split plan
2023-12-12 16:37:22 +08:00
facetosea
33897447cb
ctest on linux exclude
2023-12-12 10:37:39 +08:00
wangmm0220
c3cbc1fbce
fix:compile error
2023-12-08 16:52:13 +08:00
factosea
f01241f720
Merge branch 'fix/xsren/TD-22212/taosQueryParam3.0' into enh/xsren/TD-22212/taosQueryParam3.0
2023-12-06 17:39:25 +08:00
wangmm0220
fc9dfc77d0
fix:add plan for multi agg operator in stream
2023-12-05 20:07:20 +08:00
facetosea
845493294d
osfile
2023-11-21 16:31:31 +08:00
xinsheng Ren
da24384f0e
Merge branch '3.0' into fix/xsren/TD-22212/taosQueryParam3.0
2023-11-04 17:41:41 +08:00
facetosea
759a5d4bbf
fix ctest
2023-10-26 21:06:08 +08:00
dapan1121
afe963a9d1
enh: support view privilege
2023-10-19 08:31:31 +08:00
Shungang Li
46af31539d
fix: adjust the error code returned when db does not exist
2023-09-07 14:52:34 +08:00
Xiaoyu Wang
3db2c59581
fix: check the compatibility of client version and server version
2023-03-08 16:10:11 +08:00
Haojun Liao
22aa03307c
fix(query): fix syntax errors on centos.
2023-02-24 11:38:54 +08:00
Shengliang Guan
6d94afe48f
Revert "refact: adjust some assert cases"
2022-12-07 21:51:17 +08:00
Shengliang Guan
d5126d469a
refact: replcase ASSERT with tAssert
2022-12-07 18:42:48 +08:00