Commit Graph

20191 Commits

Author SHA1 Message Date
Hongze Cheng 2457c61411
Merge pull request #27294 from taosdata/fix/TD-31518
Fix/TD-31518
2024-08-19 15:43:16 +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
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
Hongze Cheng 97e0aa6901 fix: memory leak when continuesly create and drop database 2024-08-19 10:29:09 +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
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 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
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
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
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
54liuyao bb0aa6839f fix mem leak 2024-08-16 14:30:35 +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
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 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
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
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