Shuduo Sang
|
be63a2e45e
|
test: taosdump for3.0 (#15713)
* test: use taosdump test branch
* test: update cmake/taosadapter_CMakeLists.txt.in
* test: update cmake/taostools_CMakeLists.txt.in 58f58ee
|
2022-08-03 19:56:03 +08:00 |
Liu Jicong
|
9fc8cfc3b5
|
Merge pull request #15718 from taosdata/feature/stream
fix(tmq): race condition
|
2022-08-03 19:53:20 +08:00 |
Haojun Liao
|
0410959aac
|
test: disable some unit case.
|
2022-08-03 19:19:17 +08:00 |
Shengliang Guan
|
72b8e0eb20
|
refactor: adjust logs
|
2022-08-03 19:17:42 +08:00 |
Xiaoyu Wang
|
534d1a01b8
|
fix: memory leak in parser when statement exception
|
2022-08-03 19:17:12 +08:00 |
Haojun Liao
|
c253ea73e1
|
fix(query): fix the null not returns problem.
|
2022-08-03 19:17:07 +08:00 |
Minghao Li
|
998e24474c
|
refactor(sync): change wal fsync flag to false
|
2022-08-03 19:15:07 +08:00 |
Liu Jicong
|
3ace0b150b
|
fix(tmq): race condition
|
2022-08-03 19:14:36 +08:00 |
xleili
|
58ade44c7f
|
doc(driver):update nodejs reference 3.0 in CN
|
2022-08-03 19:10:13 +08:00 |
Xiaoyu Wang
|
e9fc948097
|
Merge pull request #15711 from taosdata/feature/3.0_wxy
fix: timeline function validity check
|
2022-08-03 19:03:19 +08:00 |
Haojun Liao
|
4cd7af0ecf
|
other: merge 3.0
|
2022-08-03 19:02:43 +08:00 |
Ganlin Zhao
|
3ba46acf0c
|
Merge branch '3.0' into fix/TD-18010
|
2022-08-03 19:02:07 +08:00 |
Haojun Liao
|
2a8da022de
|
refactor: do some internal refactor.
|
2022-08-03 19:01:06 +08:00 |
Ganlin Zhao
|
479367207b
|
fix(query): add interp param check
TD-18113
|
2022-08-03 18:58:47 +08:00 |
yihaoDeng
|
8c050431d1
|
fix valgrind error
|
2022-08-03 18:49:59 +08:00 |
Hui Li
|
7dd6209b0a
|
Merge pull request #15689 from taosdata/test/chr/TD-14699
test: modify testcases of muti-mnodes
|
2022-08-03 18:34:57 +08:00 |
Xiaoyu Wang
|
335c8b4d8a
|
fix: timeline function validity check
|
2022-08-03 18:17:12 +08:00 |
slzhou
|
3c91c66a2e
|
fix: remove udfd allocate buffer trace
|
2022-08-03 17:12:46 +08:00 |
Haojun Liao
|
caa5378d8e
|
refactor: do some internal refactor.
|
2022-08-03 17:12:10 +08:00 |
Xiaoyu Wang
|
25fd22c2ff
|
Merge pull request #15710 from taosdata/feature/3.0_query_optimize_wxy
enh: last_row function scan in reverse order
|
2022-08-03 17:04:54 +08:00 |
Xiaoyu Wang
|
c8c9bbdeb1
|
enh: last_row function scan in reverse order
|
2022-08-03 17:04:14 +08:00 |
slzhou
|
cf9030fab1
|
fix: prevent result row page swapping so that the result is preserved
|
2022-08-03 17:03:50 +08:00 |
Xiaoyu Wang
|
bd8de1e8fd
|
fix: timeline function validity check
|
2022-08-03 16:59:27 +08:00 |
Cary Xu
|
846ee63c88
|
enh: normal val optimization
|
2022-08-03 16:47:41 +08:00 |
wenzhouwww@live.cn
|
0b244a76f9
|
test:run case about vnode
|
2022-08-03 16:44:48 +08:00 |
Cary Xu
|
843a516919
|
enh: get normal val from tp row
|
2022-08-03 16:44:23 +08:00 |
Cary Xu
|
258448bae9
|
fix: get normal val from tp row
|
2022-08-03 16:42:08 +08:00 |
Cary Xu
|
22512c0922
|
enh: row optimization
|
2022-08-03 16:33:53 +08:00 |
Cary Xu
|
2b06d8328c
|
enh: row end optimization
|
2022-08-03 16:27:50 +08:00 |
Cary Xu
|
0c4454c077
|
fix: set statis to 0 when all col is normal
|
2022-08-03 16:23:27 +08:00 |
tomchon
|
8fec8eac94
|
tset:comment testcase of vnodeReplica
|
2022-08-03 16:16:55 +08:00 |
Liu Jicong
|
70e806b0d2
|
Merge pull request #15705 from taosdata/feature/stream
enh(stream): keep thread from blocking
|
2022-08-03 16:14:24 +08:00 |
Cary Xu
|
92b2d62a31
|
Merge branch 'feature/3.0_query_optimize' of github.com:taosdata/TDengine into feature/3.0_query_optimize
|
2022-08-03 15:58:51 +08:00 |
Cary Xu
|
a3166507a5
|
enh: don't read bitmap when all col is normal
|
2022-08-03 15:58:28 +08:00 |
Cary Xu
|
39668de914
|
Merge pull request #15703 from taosdata/feature/TD-11274-3.0
other: add tsma debug log
|
2022-08-03 15:57:14 +08:00 |
Haojun Liao
|
074500805c
|
refactor: set filter function for last_row function.
|
2022-08-03 15:34:42 +08:00 |
Liu Jicong
|
e345023dfd
|
enh(stream): keep thread from blocking
|
2022-08-03 15:31:10 +08:00 |
Hui Li
|
c77ef73dc1
|
Merge pull request #15699 from taosdata/test/fix_irate_and_check_tsdb
test : update case and fix some issues
|
2022-08-03 15:23:07 +08:00 |
Hui Li
|
42d49bd932
|
Merge pull request #15702 from taosdata/3.0test/jcy
test:add test case for db/tb name check
|
2022-08-03 15:22:58 +08:00 |
Minghao Li
|
da83f06609
|
refactor(sync): add sim case
|
2022-08-03 14:58:58 +08:00 |
Cary Xu
|
71419d330d
|
other: adjust rsma debug logs
|
2022-08-03 14:58:54 +08:00 |
Minghao Li
|
f98965d749
|
refactor(sync): delete find sync pointer optimized
|
2022-08-03 14:41:38 +08:00 |
Cary Xu
|
335da8fc65
|
other: add tsma debug log
|
2022-08-03 14:33:29 +08:00 |
Cary Xu
|
b6d2778e1a
|
Merge branch '3.0' into feature/TD-11274-3.0
|
2022-08-03 14:31:09 +08:00 |
tomchon
|
b5514f974b
|
Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699
|
2022-08-03 14:30:24 +08:00 |
Haojun Liao
|
bc600a4942
|
refactor: do some internal refactor optimize the building block performance.
|
2022-08-03 14:08:03 +08:00 |
jiacy-jcy
|
7b6b53352b
|
Merge branch '3.0' into 3.0test/jcy
|
2022-08-03 13:51:11 +08:00 |
jiacy-jcy
|
64a82cfd89
|
update
|
2022-08-03 13:50:42 +08:00 |
Cary Xu
|
3b3dc1977a
|
Merge pull request #15698 from taosdata/feature/TD-11274-3.0
other: rsma replica restore and memory leak
|
2022-08-03 13:00:45 +08:00 |
shenglian-zhou
|
cf143ab993
|
Merge pull request #15701 from taosdata/szhou/fix/udf
fix: clean up udfs is not executed when no udfs
|
2022-08-03 12:01:31 +08:00 |