Commit Graph

300 Commits

Author SHA1 Message Date
Haojun Liao fba44da577 fix(test): fix error in unit test. 2024-11-14 17:40:47 +08:00
Shengliang Guan cca24b7381
Merge pull request #28634 from taosdata/feat/contrib30
refact: rename version to td_version
2024-11-05 13:33:20 +08:00
Shengliang Guan 1539e04e8b
Merge pull request #28639 from taosdata/main
merge: from main to 3.0 branch
2024-11-05 09:04:38 +08:00
Shengliang Guan 74e514dc87 fix: compile errors 2024-11-04 20:22:14 +08:00
Shengliang Guan 47f2c60b25 fix: compile errors 2024-11-04 20:21:32 +08:00
Shungang Li 6286b28a32 fix: avoid compile error on win 2024-11-04 09:30:20 +08:00
Shungang Li 2551b32d1d enh: add unit test for mndArbCheckSync 2024-11-01 17:52:10 +08:00
Hongze Cheng af03868864 fix unit test 2024-10-30 19:42:09 +08:00
Minglei Jin d81fa80865 az: remove unused key newing 2024-10-16 17:27:32 +08:00
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