xsren
d14f1ebfcb
build failed on linux
2023-09-12 18:46:41 +08:00
dapan1121
cc17848b78
fix: merge 3.0 to main
2023-09-01 13:24:47 +08:00
Ganlin Zhao
c8c30e0a00
fix
2023-08-25 10:15:52 +08:00
Ganlin Zhao
af130cc92f
Revert "add seperate function for createLogs"
...
This reverts commit 13d2d72bb6
.
2023-08-25 09:55:50 +08:00
Ganlin Zhao
13d2d72bb6
add seperate function for createLogs
2023-08-24 14:56:14 +08:00
Ganlin Zhao
962a0cd403
fix
2023-08-23 23:34:02 +08:00
kailixu
1d23b0215c
fix: exclude sys/sysinfo.h for mac
2023-07-24 10:07:15 +08:00
kailixu
3b11661c40
chore: code optimization
2023-07-24 09:14:49 +08:00
kailixu
e566c051f7
chore: code optimization
2023-07-24 09:03:19 +08:00
kailixu
d597ba8e71
chore: code optimize
2023-07-24 06:35:54 +08:00
kailixu
3cfa49066a
chore: uptime logic optimize
2023-07-23 23:25:58 +08:00
kailixu
163adf1908
chore: dm monitor refactor
2023-07-14 13:27:19 +08:00
yihaoDeng
4f2f441816
fix invalid free
2023-06-05 09:06:50 +00:00
yihaoDeng
d7ff00a9d2
change write opt
2023-04-21 08:47:43 +00:00
yihaoDeng
98bc1b6101
change write opt
2023-04-20 01:55:44 +00:00
yihaoDeng
6f6fd3e147
fix compile error
2023-04-17 15:01:41 +00:00
yihaoDeng
b24b91886a
Merge branch 'dev3' into enh/rocksRevert
2023-04-11 10:59:00 +00:00
Ganlin Zhao
23ec9287c9
fix: fix tsim crash on windows due to invalid input to strftime
2023-04-04 10:33:41 +08:00
Shuduo Sang
5e2b26f146
chore: refactor cus prompt ( #20688 )
...
* chore: refactor cus prompt
* fix: client name in install.sh
* fix: -Wno-reserved-user-defined-literal
* fix: update taos-tools commit
* fix: include/os/osDir.h
* fix: check cus name
* fix: makepkg.sh
* chore: update taos-tools d194dc9
---------
Co-authored-by: chenhaoran <haoran920c@163.com>
2023-03-30 19:30:54 +08:00
yihaoDeng
86fe216921
add backend
2023-03-28 11:23:24 +00:00
Haojun Liao
d18dd3067b
other: merge main.
2023-02-28 00:38:37 +08:00
Haojun Liao
5e9f53560d
Merge branch 'main' into feature/3_liaohj
2023-02-27 18:23:35 +08:00
Haojun Liao
b46098793d
refactor: do some internal refactor and add some logs for tmq.
2023-02-26 12:16:45 +08:00
Haojun Liao
f933f604e4
fix: undefine the strdup by default.
2023-02-25 11:09:24 +08:00
Haojun Liao
a217b3e457
fix(query): fix syntax errors on centos.
2023-02-24 13:37:35 +08:00
Haojun Liao
22aa03307c
fix(query): fix syntax errors on centos.
2023-02-24 11:38:54 +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
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
dapan1121
1128b1222b
feat: add memory debug option
2023-02-17 17:40:14 +08:00
Haojun Liao
a7fdc4bae3
other: merge 3.0
2023-02-10 19:20:24 +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
Ganlin Zhao
3b03341de4
fix: setting logKeepDays to -1 result in old log files not compressed and
...
empty.
2023-02-07 18:15:55 +08:00
Haojun Liao
e9490a3235
refactor(query): disable tag filter cache by default.
2023-02-02 17:38:21 +08:00
Shengliang Guan
d90eef6656
Merge branch '3.0' into merge/mainto3.0_0108
2023-01-08 09:54:21 +08:00
dapan1121
5a98690a63
fix: windows stack display issue
2023-01-06 13:39:36 +08:00
xinsheng Ren
936f282eab
TD-21220 fix assert ( #19363 )
...
* TD-21220 fix assert
* fix/compile failed
* fix/taosEOFFile exception return
Co-authored-by: facetosea <25808407@qq.com>
2023-01-05 09:20:14 +08:00
dapan
47125b5d9d
fix: windows crash report issues
2023-01-04 15:11:01 +08:00
dapan1121
b8cbc93584
Merge remote-tracking branch 'origin' into enh/TD-21108
2022-12-30 17:38:38 +08:00
xinsheng Ren
e93863a652
enh/TD-21425/windows print trace ( #19258 )
...
* enh/TD-21425/windows print trace
* enh/windows trace test
* fix/check calloc failed
* enh/windows print,stack size hard code
2022-12-30 15:39:39 +08:00
xinsheng Ren
fcf64fa3d5
Enh/xsren/win print trace mainbase ( #19279 )
...
* enh/TD-21425/windows print trace
* enh/windows trace test
* fix/check calloc failed
* enh/windows print,stack size hard code
2022-12-30 15:39:15 +08:00
dapan1121
8ff3b2fda3
Merge remote-tracking branch 'origin' into enh/TD-21108
2022-12-30 13:31:37 +08:00
dapan1121
dfefb68aa6
feat: support crash report
2022-12-30 13:30:54 +08:00
xinsheng Ren
1876d6d748
Fix/xsren/td 20817 mac fqdn ( #19078 )
...
* fix/TD-20817-mac-fqdn use localhostname
* fix/TD-20817-mac-fqdn redundant codes
* fix/TD-20817-mac-fqdn,replace command with api
Co-authored-by: facetosea <25808407@qq.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-12-29 09:38:48 +08:00
xinsheng Ren
853b93fbe1
Fix/xsren/td 20817 mac fqdn ( #19078 )
...
* fix/TD-20817-mac-fqdn use localhostname
* fix/TD-20817-mac-fqdn redundant codes
* fix/TD-20817-mac-fqdn,replace command with api
Co-authored-by: facetosea <25808407@qq.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-12-29 09:21:20 +08:00
Shengliang Guan
04750d9078
Merge pull request #18905 from taosdata/feature/3_liaohj
...
refactor: do multiple refactor and improve some query perf.
2022-12-14 08:01:42 +08:00
Haojun Liao
8f02297890
refactor: do some internal refactor.
2022-12-12 17:53:04 +08:00
Shengliang Guan
a3c1d3e1ba
fix: compile error in windows
2022-12-08 12:26:10 +08:00
Shengliang Guan
1d34b7edf8
enh: print dnode startup parameters
2022-12-08 10:50:24 +08:00
Shengliang Guan
1bb1025f7d
enh: add tassert
2022-12-07 22:24:47 +08:00