Commit Graph

42684 Commits

Author SHA1 Message Date
slzhou 05d45b20e1 Merge branch 'szhou/fixbugs' of github.com:taosdata/TDengine into szhou/fixbugs 2022-10-21 10:54:39 +08:00
slzhou 416b257b5e fix: get next row from rb tree from last files when backward scaning 2022-10-21 10:54:11 +08:00
Liu Jicong e0b5b9263e refactor: remove unused code 2022-10-21 10:42:24 +08:00
Shengliang Guan 2953a8868b enh: alter db replica 2022-10-21 10:40:02 +08:00
Shengliang Guan 6c3cd3e19e test: adjust log 2022-10-21 10:39:29 +08:00
chenhaoran b282e39b2c Merge branch '3.0' into fix/TD-19312 2022-10-21 02:36:12 +00:00
chenhaoran 70b37608ee Merge branch '3.0' into fix/TD-19312 2022-10-21 02:31:30 +00:00
Liu Jicong 035e6b13c8 enh(stream): internal optimize 2022-10-21 10:29:05 +08:00
shenglian zhou e8123178e3 fix: fix coverity scan issue 2022-10-21 10:20:21 +08:00
Xiaoyu Wang 5e970f1506 Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-10-21 10:18:26 +08:00
Linhe Huo 12fd4bfcbd
Merge pull request #17541 from taosdata/fix/ci-taosws-compile-error
fix: fix libtaosws compile error in ci
2022-10-21 10:18:15 +08:00
Huo Linhe 6a6357c21a fix: fix libtaosws compile error in ci
Close [TD-19701](https://jira.taosdata.com:18080/browse/TD-19701)
2022-10-21 09:24:40 +08:00
Hui Li d0f2439814
Merge pull request #17483 from taosdata/test/TD-19626
test: refine query cases
2022-10-21 09:17:32 +08:00
Shengliang Guan 67a3c69b5e
Merge pull request #17524 from taosdata/szhou/fixbugs
fix: add udf call and uv synchronization with uv_mutex
2022-10-21 09:07:21 +08:00
Shengliang Guan c4e568d41e
Merge pull request #17523 from taosdata/FIX/TD-19673-3.0
enh: provide more info on misalignment detection of idx entries after…
2022-10-21 09:06:57 +08:00
Xiaoyu Wang c640c03453 import format error 2022-10-21 08:59:19 +08:00
dapan1121 a01d49b223
Merge pull request #17522 from taosdata/feat/TD-19386
feat: add retrieve DB and table route info APIs
2022-10-21 08:31:11 +08:00
haoranchen 4d899c4e8e
Update run_case.sh 2022-10-21 08:22:26 +08:00
Haojun Liao 5a9d81b10f
Merge pull request #17536 from taosdata/fix/liao_cov
fix(query): fix no-fill expression calculation bug.
2022-10-20 21:27:21 +08:00
haoranchen 06f276f137
Update querymsg.c 2022-10-20 21:19:33 +08:00
Shengliang Guan c70006d96b
Merge pull request #17512 from taosdata/FIX/TD-19672-3.0
fix: resolve a format issue of printf in hashTest.cpp
2022-10-20 21:14:50 +08:00
haoranchen 93742337fb
Update querymsg.c 2022-10-20 21:14:46 +08:00
yihaoDeng 38747697b2 fix create_time idx bug 2022-10-20 21:12:52 +08:00
haoranchen a871a7f27a
Update compatibility.py 2022-10-20 20:47:53 +08:00
dapan1121 f5e1c440dc fix: fix ut issue 2022-10-20 19:50:35 +08:00
dapan1121 2fa970e8bc Merge branch 'fix/TD-19312' of github.com:taosdata/TDengine into fix/TD-19312 2022-10-20 19:44:23 +08:00
dapan1121 c2d071a2e4 fix: add debug log 2022-10-20 19:43:33 +08:00
Minghao Li cc7a393978 refactor(sync): refactor sync 2022-10-20 19:42:22 +08:00
Minghao Li c7279cca52 fix(sync): sync reconfig 2022-10-20 19:36:47 +08:00
yihaoDeng 1898656a41 add executor to systable filter 2022-10-20 19:02:04 +08:00
Alex Duan 14c02530b5 fix(shell): fixed chinese input error 1 2022-10-20 18:46:39 +08:00
Alex Duan 892bdb75fc fix(shell): fixed chinese input error 2022-10-20 18:39:35 +08:00
Shengliang Guan e6e7befaa8
Merge pull request #17531 from taosdata/enh/TD-19461
refact: alter db replica
2022-10-20 18:34:22 +08:00
Shengliang Guan 894e75ca65 fix: comment sncReconfig 2022-10-20 18:32:19 +08:00
Shuduo Sang e831c84bf5
chore: rm tools/taosws-rs (#17530) 2022-10-20 18:30:59 +08:00
Hongze Cheng 9d8b0264b3
Merge pull request #17525 from taosdata/fix/TS-1889
fix(tdb): typo casues large page crash
2022-10-20 18:28:46 +08:00
Xiaoyu Wang 8f28a9c9d2 import format error 2022-10-20 18:18:07 +08:00
Haojun Liao abff4fb1f2
Merge pull request #17336 from taosdata/feature/3_liaohj
other:merge 3.0, and support last query cache
2022-10-20 18:15:38 +08:00
Haojun Liao bcb3dcc7dc refactor: remove some comments. 2022-10-20 18:12:27 +08:00
Shengliang Guan 3163f75733 enh: alter db replica 2022-10-20 18:11:37 +08:00
Haojun Liao 6e15719ccb other: merge 3.0 2022-10-20 18:10:44 +08:00
Haojun Liao 14fe065528 fix(query): fix no-fill expression calculation bug. 2022-10-20 18:07:38 +08:00
haoranchen 062faacc38
Update compatibility.py 2022-10-20 18:01:58 +08:00
Minghao Li a35ad361d0 refacotr(sync): call syncBeginSnapshot instead of walBeginSnapshot 2022-10-20 18:01:43 +08:00
yihaoDeng 19958284e2 add executor to systable filter 2022-10-20 17:56:30 +08:00
wade zhang de26634cc4
Merge pull request #17535 from taosdata/docs/3.0_query_doc
some problems of docs
2022-10-20 17:45:08 +08:00
dapan1121 18da7fc3eb fix: fix param missing issue 2022-10-20 17:43:49 +08:00
Xiaoyu Wang a9ca24a2d7 some problems of docs 2022-10-20 17:43:11 +08:00
Xiaoyu Wang bc5c61f618
Merge pull request #17533 from taosdata/enh/TD-19461_wxy
enh: alter db replica
2022-10-20 17:03:40 +08:00
Xiaoyu Wang 7c6ade9c07 enh: alter db replica 2022-10-20 17:02:57 +08:00