Haojun Liao
|
a6177f54ca
|
test: disable free in hash temporarily.
|
2022-04-19 10:28:39 +08:00 |
Hongze Cheng
|
3a50257aa3
|
refact
|
2022-04-19 02:18:11 +00:00 |
Haojun Liao
|
5b835514ee
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-04-19 10:15:48 +08:00 |
Shengliang Guan
|
e3a2fb763c
|
Merge branch 'fix/valgrind' of https://github.com/taosdata/TDengine into fix/valgrind
|
2022-04-19 10:12:46 +08:00 |
Shengliang Guan
|
d1cb2ffdf8
|
refactor(cluster): remove the online field while execute 'show vgroups'
|
2022-04-19 10:12:33 +08:00 |
Haojun Liao
|
2305b05869
|
refactor(query): do some internal refactor for executor.
|
2022-04-19 10:12:30 +08:00 |
Hongze Cheng
|
763a5550d0
|
pass db name in
|
2022-04-19 02:04:20 +00:00 |
Hongze Cheng
|
273b15e862
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-04-19 01:57:58 +00:00 |
Hongze Cheng
|
261037f341
|
add dbname on vnode cfg
|
2022-04-19 01:57:46 +00:00 |
wangmm0220
|
b96082fe1b
|
refactor: fix compare logic
|
2022-04-19 09:46:12 +08:00 |
Hongze Cheng
|
0b71a2866e
|
Merge pull request #11615 from taosdata/feature/vnode_refact1
refact vnode
|
2022-04-19 09:15:51 +08:00 |
shenglian zhou
|
eae11bf8f0
|
handle uv read error
|
2022-04-19 09:03:04 +08:00 |
Zhiqiang Wang
|
dc88cabee8
|
Merge pull request #11612 from taosdata/fix/ZhiqiangWang/TD-13759-centos-pthread-spinlock-error
fix(os): centos pthread spinlock error.
|
2022-04-19 08:47:58 +08:00 |
yihaoDeng
|
ed41011863
|
fix mem leak
|
2022-04-18 23:20:45 +08:00 |
yihaoDeng
|
dcf06061cd
|
fix mem leak
|
2022-04-18 23:19:26 +08:00 |
Minghao Li
|
7066274cc7
|
add sync format code
|
2022-04-18 21:50:56 +08:00 |
yihaoDeng
|
8684ea997a
|
Merge branch 'fix/valgrind' of https://github.com/taosdata/TDengine into valg
|
2022-04-18 21:36:23 +08:00 |
yihaoDeng
|
c15ec36513
|
fix(rpc): avoid partial memleak
|
2022-04-18 21:33:59 +08:00 |
Hongze Cheng
|
9329f5f058
|
refact vnode
|
2022-04-18 13:23:22 +00:00 |
wangmm0220
|
49c3057221
|
refactor: merge from 3.0
|
2022-04-18 21:15:57 +08:00 |
Shengliang Guan
|
841c1cb441
|
Merge pull request #11613 from taosdata/fix/valgrind
fix: memory leak in tconfig.c in client
|
2022-04-18 21:14:42 +08:00 |
Shengliang Guan
|
10f99917c9
|
style: format shell
|
2022-04-18 21:14:32 +08:00 |
wangmm0220
|
134a161c72
|
refactor: modify json compare in where condition
|
2022-04-18 21:05:34 +08:00 |
wangmm0220
|
ad29963423
|
refactor: modify json compare in where condition
|
2022-04-18 21:00:35 +08:00 |
Shengliang Guan
|
7845636676
|
test: update data.sim to repeat valgrind error
|
2022-04-18 20:55:01 +08:00 |
afwerar
|
68b69be5fa
|
fix(os): centos pthread spinlock error.
|
2022-04-18 20:52:10 +08:00 |
Xiaoyu Wang
|
40d9a95c12
|
Merge pull request #11609 from taosdata/feature/3.0_wxy
feat: implementation of parser and planner for stmt API
|
2022-04-18 20:52:09 +08:00 |
Shengliang Guan
|
f0ab7dbc96
|
fix: memory leak in tconfig.c in client
|
2022-04-18 20:29:10 +08:00 |
Xiaoyu Wang
|
ff80459821
|
feat: implementation of parser and planner for stmt API
|
2022-04-18 20:19:24 +08:00 |
plum-lihui
|
1bc0c3cc04
|
[test: add shell scripte for run all python cases]
|
2022-04-18 19:50:03 +08:00 |
Hui Li
|
4a2803bd6b
|
Merge pull request #11608 from taosdata/wu-champion-patch-1
Update fulltest.sh
|
2022-04-18 19:46:59 +08:00 |
cpwu
|
03f0dd6145
|
Update fulltest.sh
|
2022-04-18 19:46:15 +08:00 |
Hui Li
|
bad3343114
|
Merge pull request #11605 from taosdata/cpwu/3.0
test: fix the between test case
|
2022-04-18 19:44:44 +08:00 |
Haojun Liao
|
9d1a9d9510
|
fix(query): avoid the output result overlap within the project operator buffer.
|
2022-04-18 19:27:41 +08:00 |
Ganlin Zhao
|
00ae854c78
|
fix(query): fix time function related bugs (#11604)
* fix(query): fix timediff args cannot be integer values
TD-14798
* fix(query): fix timediff/timetruncate/to_unixtimestamp handling NULL value and empty string
TD-14802
TD-14803
* refactor(query): constant NULL value processing logic
TD-14802
TD-14803
* refactor(query): support timefunction arithmetic operation with boolean
constant
|
2022-04-18 19:20:08 +08:00 |
dapan1121
|
a1c4f5c2ce
|
stmt
|
2022-04-18 19:12:10 +08:00 |
cpwu
|
19d064e129
|
fix case
|
2022-04-18 19:11:04 +08:00 |
cpwu
|
4eeb5fa53a
|
fix the case , add not between check
|
2022-04-18 19:09:44 +08:00 |
dapan1121
|
0c2f22fb82
|
stmt
|
2022-04-18 19:08:27 +08:00 |
cpwu
|
b07a9cb230
|
Merge branch '3.0' into cpwu/3.0
|
2022-04-18 18:59:24 +08:00 |
cpwu
|
217d25c8e1
|
fix between case
|
2022-04-18 18:58:46 +08:00 |
cpwu
|
ed754b2968
|
fix between python case test
|
2022-04-18 18:55:21 +08:00 |
Haojun Liao
|
9864e367bb
|
refactor(query): do some internal refactor in executor.
|
2022-04-18 18:47:59 +08:00 |
Ganlin Zhao
|
1c0211880f
|
refactor(query): support timefunction arithmetic operation with boolean
constant
|
2022-04-18 18:47:30 +08:00 |
Shengliang Guan
|
59008ec626
|
Merge pull request #11603 from taosdata/feature/check
fix(cluster): crash while create rollup sma
|
2022-04-18 18:47:03 +08:00 |
Shengliang Guan
|
6f2dbd4169
|
fix(cluster): crash while create rollup sma
|
2022-04-18 18:30:41 +08:00 |
Zhiqiang Wang
|
c1d5d3cdbe
|
Merge pull request #11600 from taosdata/fix/ZhiqiangWang/TD-13756-getline-memory-free-error
fix(os): getline memory free error.
|
2022-04-18 17:52:12 +08:00 |
Ganlin Zhao
|
315a6c0364
|
refactor(query): constant NULL value processing logic
TD-14802
TD-14803
|
2022-04-18 17:36:48 +08:00 |
afwerar
|
52f4699a52
|
fix(os): getline memory free error.
|
2022-04-18 17:34:10 +08:00 |
Haojun Liao
|
dc76f2e91a
|
refactor: refactor hash module to invoke the freeFp when destroying the hash node.
|
2022-04-18 17:32:50 +08:00 |