Haojun Liao
d3f257ee5e
Merge pull request #20053 from taosdata/feat/ly_stream
...
feat:a maximum of 60 streams can be created
2023-02-21 10:14:56 +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
54liuyao
f34509cc6e
feat:a maximum of 60 streams can be created
2023-02-20 14:18:21 +08:00
yihaoDeng
71a1301034
add rename and del tag case
2023-02-20 11:29:16 +08:00
yihaoDeng
f2a52f0831
suppprt tag rename
2023-02-20 00:09:26 +08:00
yihaoDeng
bfe0ac61b9
add index case
2023-02-19 20:43:15 +08:00
yihaoDeng
eafc9db1c1
fix iter and case
2023-02-18 18:24:10 +08:00
yihaoDeng
51755e9783
fix: fix drop error
2023-02-18 16:44:29 +08:00
yihaoDeng
db7dec0347
fix filter error
2023-02-18 11:21:10 +08:00
yihaoDeng
96864b27e9
rm invalid file
2023-02-17 09:41:01 +08:00
54liuyao
33caf8e625
fix:check stream
2023-02-16 13:48:47 +08:00
yihaoDeng
fa8bebf24d
opt: opt tag index
2023-02-14 17:44:29 +08:00
yihaoDeng
df296c15f7
opt: opt tag index
2023-02-14 17:31:10 +08:00
Yihao Deng
5af1faf916
Merge branch '3.0' into enh/dynamicIdx
2023-02-13 13:36:06 +08:00
yihaoDeng
75577937be
fix compile error
2023-02-12 17:00:28 +08:00
yihaoDeng
a929aa22d8
merge 3.0
2023-02-12 10:48:18 +08:00
yihaoDeng
a8b0452080
fix mem leak
2023-02-12 10:30:36 +08:00
yihaoDeng
93c61f82c9
fix mem leak
2023-02-10 19:24:26 +08:00
yihaoDeng
9d8e3e0c8f
fix mem leak
2023-02-10 18:29:03 +08:00
Xiaoyu Wang
3382a24a69
merge main
2023-02-10 18: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
86d231ce50
Merge pull request #19872 from taosdata/feat/vnode_compact
...
feat: data compaction
2023-02-09 16:24:50 +08:00
yihaoDeng
5315500287
fix filter error
2023-02-09 16:09:46 +08:00
Haojun Liao
6cf363600b
Merge pull request #19785 from taosdata/fix/TD-21899
...
fix:auto create table & NULL NONE problem for taosx
2023-02-09 15:31:13 +08:00
Hongze Cheng
943e86c22e
fix CI problem
2023-02-09 14:27:20 +08:00
Xiaoyu Wang
9bc225ffda
merge 3.0
2023-02-09 09:44:29 +08:00
Xiaoyu Wang
874dd2146a
fix: information_schema.ins_vgroups
2023-02-09 09:37:30 +08:00
Xiaoyu Wang
79440f7a26
Merge pull request #19860 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-09 09:22:19 +08:00
Xiaoyu Wang
98e2fa2d7b
feat: add ignore update option for create stream
2023-02-08 18:46:12 +08:00
Xiaoyu Wang
2c01c96ef2
fix: show vgroups
2023-02-08 18:44:17 +08:00
Hongze Cheng
5a56e39613
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
2023-02-08 11:15:51 +08:00
Xiaoyu Wang
09925437e3
merge main
2023-02-08 09:51:52 +08:00
Shengliang Guan
7fdeaf19be
Merge remote-tracking branch 'origin/3.0' into enh/TD-18702
2023-02-07 20:29:14 +08:00
Hongze Cheng
92919f0ee4
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
2023-02-07 14:09:17 +08:00
Haojun Liao
e93c96aff9
Merge pull request #19808 from taosdata/enh/stream_num_limit
...
enh: stream number limit
2023-02-07 09:25:36 +08:00
Shengliang Guan
2dcb281108
fix: should not execute trans if not leader
2023-02-07 02:08:31 +08:00
Shengliang Guan
151dfea99c
fix: restore some changes
2023-02-07 00:07:05 +08:00
Shengliang Guan
917d1165a7
fix: set transId to 0 while timeout or in follower state
2023-02-06 22:49:13 +08:00
yihaoDeng
b3167ae6a3
avoid sma and tag index name conflict
2023-02-06 20:40:48 +08:00
kailixu
d3c260ad55
feat: grant support upgrade/downgrade
2023-02-06 18:45:33 +08:00
Liu Jicong
55f78b4109
fix case
2023-02-06 16:41:30 +08:00
yihaoDeng
55a93c9649
opt sma and ndex name conflict
2023-02-06 16:00:59 +08:00
Xiaoyu Wang
f2ff17dace
merge 3.0
2023-02-06 14:18:13 +08:00
Liu Jicong
e615053f4a
enh: stream number limit
2023-02-06 11:32:04 +08:00
wangmm0220
762f6466f3
fix:conflicts from 3.0
2023-02-06 09:23:29 +08:00
yihaoDeng
4d6e84a577
opt index
2023-02-05 10:49:49 +08:00
yihaoDeng
01b89be0aa
opt idx
2023-02-04 22:45:20 +08:00
yihaoDeng
58a761648f
opt index
2023-02-04 22:09:24 +08:00
yihaoDeng
f19d64e04b
opt drop index
2023-02-04 13:50:21 +08:00
yihaoDeng
db61fbb6a2
opt index
2023-02-04 12:52:02 +08:00