Commit Graph

25289 Commits

Author SHA1 Message Date
wangmm0220 a0fadb07ea fix:support length function for varbinary 2023-09-04 17:15:03 +08:00
dapan1121 d09f166b84
Merge pull request #22700 from taosdata/fix/TD-26104
fix: select tags from child table error
2023-09-04 09:56:46 +08:00
Haojun Liao d73de8ba1e fix(stream): add null ptr check. 2023-09-02 16:44:21 +08:00
slzhou 3650a6bc2c fix: select tags from child table error 2023-09-01 20:42:27 +08:00
Minglei Jin 5159bf3e2a fix(stream): fix epset errors 2023-09-01 15:33:23 +08:00
dapan1121 cc17848b78 fix: merge 3.0 to main 2023-09-01 13:24:47 +08:00
yihaoDeng 2e05a78ce1 change debug log 2023-09-01 11:51:55 +08:00
yihaoDeng 88a2f1b433 change debug log 2023-09-01 11:45:02 +08:00
wade zhang c2c96c4456
Merge pull request #22685 from taosdata/fix/TS-3865
enh: upgrade more efficiently
2023-09-01 11:15:13 +08:00
dapan1121 6a24e2cdc5
Merge pull request #22673 from taosdata/fix/TS-3883
fix: aggregate function omitted issue
2023-09-01 11:01:58 +08:00
Hongze Cheng 113867081e enh: upgrade more efficiently 2023-09-01 10:16:10 +08:00
wangmm0220 a02ab4ccfb fix:coredump if saved epoch bigger than request epoch & modify test cases 2023-08-31 17:35:41 +08:00
dapan1121 cff17434a2 fix: aggragate function omited issue 2023-08-31 16:23:00 +08:00
wangmm0220 7f2a9a7262 fix:cancel the limit time for consume 2023-08-31 09:07:40 +08:00
wangmm0220 4f20359f43 fix:modify log level to trace 2023-08-30 23:57:48 +08:00
wangmm0220 2686a2632b Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-26042 2023-08-30 22:13:42 +08:00
wangmm0220 23c4d7eb0a fix:dead lock 2023-08-30 18:10:19 +08:00
dapan1121 a1c55d0584
Merge pull request #22564 from taosdata/fix/TD-25540-new
fix: fix where ts < now used in nested query report invalid timestamp
2023-08-30 16:48:20 +08:00
Haojun Liao d054c7f30a
Merge pull request #22645 from taosdata/fix/fixLogError
fix log error
2023-08-30 16:03:29 +08:00
dapan1121 f94c849f23
Merge pull request #22540 from taosdata/fix/TS-3821
fix: use MD5 hash to fix aliasname not enough to hold dbname.tbname
2023-08-30 15:21:23 +08:00
yihaoDeng fabbe612dc fix log error 2023-08-30 13:38:45 +08:00
Ganlin Zhao 4b954c0874 fix potential overflow 2023-08-30 10:25:16 +08:00
Haojun Liao 610132e29a
Merge pull request #22633 from taosdata/fix/update_db_attr
fix(tsdb): add more check for block rows
2023-08-29 22:05:57 +08:00
Ganlin Zhao d2433a452c remove comments 2023-08-29 18:27:07 +08:00
Ganlin Zhao 026f61ee16 fix bug 2023-08-29 18:24:31 +08:00
Haojun Liao d6368798da fix(query): disable the set quit flag for tsdbreader. 2023-08-29 18:11:17 +08:00
Haojun Liao b740ce8ad6 fix(tsdb): add more check for block rows to detect the duplicate rows in data block. 2023-08-29 17:49:43 +08:00
Minglei Jin 82fc1f41fb fix(tsdb/cache read): remove all null row 2023-08-29 16:15:00 +08:00
Ganlin Zhao d0fb485573 fix all possible overflow using md5 2023-08-29 15:51:29 +08:00
Haojun Liao 6e4acddd96
Merge pull request #22603 from taosdata/fix/TD-25962
fix:unregister push manager if delete subscribe to avoid tqProcessPol…
2023-08-29 10:58:49 +08:00
dapan1121 85452548da
Merge pull request #22579 from taosdata/fix/TD-25959
fix: wrong start key for pFill when unit of sliding is y or n
2023-08-29 08:59:14 +08:00
Haojun Liao 66cce38c04
Merge pull request #22602 from taosdata/fix/update_db_attr
fix(stream): release tasks.
2023-08-28 21:18:38 +08:00
wangmm0220 2e04d513a4 fix:unregister push manager if delete subscribe to avoid tqProcessPollPush 2023-08-28 16:41:28 +08:00
Haojun Liao 05bb164675 fix(stream): release tasks. 2023-08-28 15:56:02 +08:00
dapan1121 2566e6974d
Merge pull request #22595 from taosdata/fix/TS-3873
enhance: fix buffer size overflow
2023-08-28 15:30:16 +08:00
shenglian zhou 322e8c6697 fix: use col cell size instead of total col data size 2023-08-28 13:43:37 +08:00
dapan1121 b00aa1a992
Merge pull request #22458 from taosdata/fix/TD-25719
fix: fix non-root users cannot create log files even if they have write
2023-08-28 13:28:59 +08:00
shenglian zhou 09463cb43e enhance: fix buffer size overflow 2023-08-28 11:28:49 +08:00
Ganlin Zhao 2f46b2eefd fix 2023-08-28 10:10:16 +08:00
Ganlin Zhao c60ac2b8ae fix 2023-08-28 09:45:50 +08:00
Haojun Liao b11975f00c
Merge pull request #22534 from taosdata/mark/tmq
fix:[TD-258900]modify tmq trans conflict to db level
2023-08-28 09:45:47 +08:00
wangmm0220 8b745de397 fix:transaction error 2023-08-26 00:43:47 +08:00
wade zhang c7727800d1
Merge pull request #22577 from taosdata/fix/TS-3865
fix: improve upgrade speed
2023-08-25 18:02:02 +08:00
wangmm0220 047707fa17 fix:error in privilege 2023-08-25 17:56:17 +08:00
shenglian zhou 9fc75fb73d fix: wrong start key for pFill when unit of sliding is y or n 2023-08-25 14:59:39 +08:00
Hongze Cheng e1095e7d02 fix: improve upgrade speed 2023-08-25 14:40:29 +08:00
Ganlin Zhao c8c30e0a00 fix 2023-08-25 10:15:52 +08:00
shenglian zhou 250a8a7c39 fix: taosCompressFile mem leak 2023-08-25 10:06:59 +08:00
Ganlin Zhao af130cc92f Revert "add seperate function for createLogs"
This reverts commit 13d2d72bb6.
2023-08-25 09:55:50 +08:00
Haojun Liao f805a49df2
Merge pull request #22555 from taosdata/fix/TD-25948
mem leak
2023-08-25 09:28:18 +08:00