Haojun Liao
0369ff2231
other: merge main.
2023-02-25 15:42:32 +08:00
Haojun Liao
514369c611
other: merge main
2023-02-25 11:06:13 +08:00
Haojun Liao
d6fca036e5
refactor: do some internal refactor.
2023-02-25 11:02:42 +08:00
Xiaoyu Wang
5856a39827
Merge pull request #20123 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-25 10:01:26 +08:00
Xiaoyu Wang
58fc265b80
merge main
2023-02-24 13:26:45 +08:00
Haojun Liao
22aa03307c
fix(query): fix syntax errors on centos.
2023-02-24 11:38:54 +08:00
Haojun Liao
97024f1468
fix(query): fix coverity issue.
2023-02-24 09:48:34 +08:00
Xiaoyu Wang
1ab144609e
merge main
2023-02-23 14:58:22 +08:00
dapan1121
6aa05c4370
Merge pull request #20067 from taosdata/fix/TS-2687
...
fix: add merge join operator result limitation
2023-02-23 10:40:23 +08:00
Xiaoyu Wang
7dc3c6b4e8
Merge pull request #20056 from taosdata/FIX/TD-22595-main
...
fix: synchronize access to pVnode->inUse
2023-02-23 10:39:00 +08:00
Hongze Cheng
c7d357843f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-22694
2023-02-23 10:20:48 +08:00
Haojun Liao
4432ae51e6
Merge branch 'main' into fix/liaohj
2023-02-23 09:04:32 +08:00
Hongze Cheng
f1b57ac74c
fix: col data update bug
2023-02-22 17:54:17 +08:00
Hongze Cheng
81ee050a0f
fix: coverity scan problem
2023-02-22 14:29:14 +08:00
Haojun Liao
37fea8cf3d
fix(tmq): update the epset when the leader of vnode changed.
2023-02-21 23:04:58 +08:00
Benguang Zhao
6bb9ee9b4e
enh: change the default of vndCommitMaxInterval as 10 minutes
2023-02-21 16:50:42 +08:00
dapan1121
968c538be5
fix: add merge join operator result limitation
2023-02-21 08:54:05 +08:00
Xiaoyu Wang
319dfd8f06
merge 3.0
2023-02-20 17:21:37 +08:00
Haojun Liao
ad0be66a78
Merge pull request #19935 from taosdata/enh/dynamicIdx
...
feat: change index dynamicly
2023-02-20 15:48:49 +08:00
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
Haojun Liao
0a9f8347cc
fix(query):suppress the syntax error in internal.
2023-02-20 10:51:04 +08:00
Haojun Liao
751c1cb5d2
refactor:do some internal refactor.
2023-02-20 10:12:27 +08:00
Haojun Liao
8d187efc18
refactor:do some internal refactor.
2023-02-20 10:04:08 +08:00
yihaoDeng
dd30b3577c
add trans param
2023-02-19 18:29:11 +08:00
yihaoDeng
098949b528
add trans param
2023-02-19 18:10:42 +08:00
Haojun Liao
bda24a01d8
Merge pull request #19992 from taosdata/fix/main
...
enh: handle too many session
2023-02-18 10:19:44 +08:00
Xiaoyu Wang
dc984d92f7
feat: compatible with older versions of wal
2023-02-17 09:21:07 +08:00
yihaoDeng
f975d8e0d9
change default value
2023-02-16 21:58:32 +08:00
yihaoDeng
60e148d524
change default value
2023-02-16 19:31:46 +08:00
yihaoDeng
1f643f301d
change default value
2023-02-16 19:31:40 +08:00
54liuyao
b614c28713
feat:set default value
2023-02-16 09:12:46 +08:00
yihaoDeng
ebcbdcfddc
fix: change parameter
2023-02-16 00:30:26 +08:00
54liuyao
43966abbc6
feat:add disable stream option
2023-02-15 18:39:05 +08:00
Haojun Liao
c9ce01c878
Merge branch 'main' into feature/3_liaohj
2023-02-13 17:09:27 +08:00
Haojun Liao
c597a1e4ce
refactor: do some internal refactor.
2023-02-13 15:46:47 +08:00
Yihao Deng
5af1faf916
Merge branch '3.0' into enh/dynamicIdx
2023-02-13 13:36:06 +08:00
yihaoDeng
a929aa22d8
merge 3.0
2023-02-12 10:48:18 +08:00
Haojun Liao
30981ece7d
fix(query): output value for count if no data exists.
2023-02-11 19:52:54 +08:00
Haojun Liao
a7fdc4bae3
other: merge 3.0
2023-02-10 19:20:24 +08:00
Haojun Liao
8b481e3d53
fix(query): not return 0 for count by default.
2023-02-10 18:30:01 +08:00
Xiaoyu Wang
3382a24a69
merge main
2023-02-10 18:03:11 +08:00
Haojun Liao
72287a3b5f
fix(query): set correct tag value during tag filter and do some internal refactor.
2023-02-10 16:03:11 +08:00
Shuduo Sang
ea5d925c50
fix: alpine support ( #19353 )
...
* fix: alpine support
* fix: ostimer thread_id
* fix: taosPrintTrace and tsStreamMax
* fix: make_install.sh and dnodes.py for alpine
* fix: cmake.platform and cut option for alpine
* fix: timer sigev and string convert
* fix: test case for alpine
* fix: fix test script for alpine
* fix: fix test script for alpine
* fix: fix taosLogTrace for Alpine
* fix: fix taosSort
* fix: vnode and mnode compare functions and test cases
* fix: sorting algorithms and unit tests
* fix: libtaosws.so build error on Alpine
* fix: libtaosws.so build error on Alpine
---------
Co-authored-by: t_max <1172915550@qq.com>
2023-02-10 13:00:55 +08:00
Xiaoyu Wang
b2e60da1cf
merge main
2023-02-10 10:34:55 +08:00
Xiaoyu Wang
86d231ce50
Merge pull request #19872 from taosdata/feat/vnode_compact
...
feat: data compaction
2023-02-09 16:24:50 +08:00
Hongze Cheng
943e86c22e
fix CI problem
2023-02-09 14:27:20 +08:00
Liu Jicong
ae4ad7d851
Merge branch 'main' into enh/stream_buffer_param
2023-02-08 16:09:35 +08:00
Xiaoyu Wang
a52371959e
feat: add ignore update option for create stream
2023-02-07 19:31:08 +08:00
Haojun Liao
3822225231
other: merge main.
2023-02-06 16:24:15 +08:00
Xiaoyu Wang
f2ff17dace
merge 3.0
2023-02-06 14:18:13 +08:00