54liuyao
031e9032d0
fix:asan error
2023-02-27 18:59:38 +08:00
dapan1121
77295df8ec
Merge pull request #20161 from taosdata/fix/TS-2729
...
fix: table scan crash issue
2023-02-26 07:45:17 +08:00
Xiaoyu Wang
d6dd087f84
merge main
2023-02-25 10:29:20 +08:00
dapan1121
05bd600ef8
fix: table scan crash issue
2023-02-25 09:34:37 +08:00
dapan1121
2f816dc01f
Merge pull request #20119 from taosdata/fix/TS-2725
...
fix: alter column length too big issue
2023-02-24 17:33:37 +08:00
Xiaoyu Wang
58fc265b80
merge main
2023-02-24 13:26:45 +08:00
54liuyao
d43355e77f
fix:check null column
2023-02-23 17:31:52 +08:00
54liuyao
e42d5ba3dc
fix:table name is null
2023-02-23 17:31:47 +08:00
Xiaoyu Wang
1ab144609e
merge main
2023-02-23 14:58:22 +08:00
dapan1121
25c555a502
fix: refresh sys db vgroups after creating database
2023-02-23 14:38:57 +08:00
Xiaoyu Wang
7337f5ff7d
Merge pull request #20052 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-21 16:27:19 +08:00
dapan1121
968c538be5
fix: add merge join operator result limitation
2023-02-21 08:54:05 +08:00
Shuduo Sang
48426ed2df
fix: alpine compile error for 3.0 ( #20064 )
...
* 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
---------
Co-authored-by: t_max <1172915550@qq.com>
2023-02-20 22:31:56 +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
yihaoDeng
6615d19aa7
add rename and del tag case
2023-02-20 10:00:10 +08:00
yihaoDeng
bbc507e82f
add rename and del tag case
2023-02-20 09:39:06 +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
Haojun Liao
cb35b453d4
Merge pull request #19870 from taosdata/feature/3_liaohj
...
other: merge opt to main.
2023-02-15 12:55:04 +08:00
54liuyao
88970c88a9
fix:dispatch create sub table
2023-02-15 11:04:49 +08:00
dapan1121
05a9012fe3
Merge pull request #19973 from taosdata/fix/TD-22381
...
fix: add alter dnode configuration validdation
2023-02-14 17:10:25 +08:00
yihaoDeng
b059351b95
fix RC
2023-02-14 16:54:50 +08:00
yihaoDeng
dabcf00ade
fix RC
2023-02-14 16:54:20 +08:00
Haojun Liao
78e67995cc
Merge pull request #19966 from taosdata/fix/nodisk
...
fix(query): check validation of suid
2023-02-14 16:14:43 +08:00
Haojun Liao
a1eafe88ac
fix(query): fix some errors.
2023-02-14 14:48:33 +08:00
dapan1121
b9918b0eda
fix: add alter dnode configuration validdation
2023-02-14 13:49:07 +08:00
Haojun Liao
e6b0560d47
test(query): update the sim.
2023-02-14 11:55:21 +08:00
Haojun Liao
6fffc71785
fix(query): check validation of suid,
2023-02-14 10:41:17 +08:00
54liuyao
3f38d56c0d
fix:number of ssdatablock rows exceeds the capacity
2023-02-14 10:40:16 +08:00
Haojun Liao
fab32ae930
fix(query): fix bug in "tbname in" query.
2023-02-13 23:19:09 +08:00
yihaoDeng
018356b8dd
fix json_tag crash
2023-02-13 17:45:01 +08:00
Yihao Deng
5af1faf916
Merge branch '3.0' into enh/dynamicIdx
2023-02-13 13:36:06 +08:00
54liuyao
31a75f837b
fix:crash at generate session scan range
2023-02-13 13:33:38 +08:00
yihaoDeng
0fd0c64157
fix: fix filter error result
2023-02-13 13:28:52 +08:00
54liuyao
9d53b19980
ci:modify stream test
2023-02-13 10:25:33 +08:00
yihaoDeng
a929aa22d8
merge 3.0
2023-02-12 10:48:18 +08:00
Haojun Liao
f6a262eeb1
fix(query): fix invalid write.
2023-02-11 01:56:28 +08:00
yihaoDeng
93c61f82c9
fix mem leak
2023-02-10 19:24:26 +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
Haojun Liao
a22a8cbfcc
test: add a regression test case.
2023-02-10 10:31:55 +08:00
Haojun Liao
fa552323da
Merge pull request #19879 from taosdata/fix/nodisk
...
test: add regression test case.
2023-02-09 22:53:56 +08:00
yihaoDeng
d4cfeb1f6c
add more test case
2023-02-09 21:04:11 +08:00
yihaoDeng
5315500287
fix filter error
2023-02-09 16:09:46 +08:00
Xiaoyu Wang
fcff07675d
merge main
2023-02-09 11:29:38 +08:00
54liuyao
cf1c860f37
ci:add test
2023-02-09 11:21:51 +08:00