Commit Graph

47079 Commits

Author SHA1 Message Date
Alex Duan 8e28a63af8 fix: dot not complete with dbname 2023-02-12 16:28:03 +08:00
Alex Duan 9c296f6c71 fix: dot not complete with dbname 2023-02-12 16:23:41 +08:00
Alex Duan eb520a11de Merge branch 'main' into feat/TD-22067-MAIN 2023-02-11 23:24:50 +08:00
Alex Duan 494b1f1d83 feat: less one char to match 2023-02-11 23:19:19 +08:00
Alex Duan 979ca40214 feat: add perf systable name 2023-02-11 23:09:47 +08:00
Alex Duan 17b77c44be feat: auto get stable after use db 2023-02-11 23:02:11 +08:00
Alex Duan 932dc94f7e feat: auto get stable after use db 2023-02-11 22:58:18 +08:00
Alex Duan 095a6e0f82 feat: auto get stable after use db 2023-02-11 22:49:17 +08:00
Alex Duan 8bde21894f feat: get dbname after set conn 2023-02-11 22:44:43 +08:00
Alex Duan 2fe1ee2aab feat: get dbname after set conn 2023-02-11 22:39:33 +08:00
Alex Duan adfdb0967c feat: auto fill database name and sys table name2 2023-02-11 22:25:39 +08:00
Alex Duan af14254639 feat: auto fill database name and sys table name1 2023-02-11 22:22:17 +08:00
Alex Duan c13b0e68d9 feat: auto fill database name and sys table name 2023-02-11 22:19:45 +08:00
Shuduo Sang 7a3fc004f2
fix: taosbenchmark invalid read when ctrl-c (#19927) 2023-02-11 20:18:29 +08:00
Alex Duan f5c2c6858b remove alter balance cmd 2023-02-11 18:33:45 +08:00
Alex Duan 503b03d661 fix: build error 2023-02-11 18:29:49 +08:00
Alex Duan c501c81266 modify format and remove no use delete 2023-02-11 17:19:21 +08:00
Shuduo Sang 18cad4f33a
fix: taosbenchmark fix sml-rest mem leak for main (#19916)
* fix: taosbenchmark fix sml-rest mem leak for main

* fix: update taos-tools 4097420
2023-02-11 00:45:42 +08:00
Haojun Liao 1b53f4b0bd
Merge pull request #19919 from taosdata/fix/liaohj
fix(query): add check for table/super table dropped
2023-02-10 23:00:55 +08:00
Haojun Liao 5dfa0e69a9 fix(query): set correct schema info for normal table. 2023-02-10 19:06:23 +08:00
xinsheng Ren 6122a2fb0c
fix stackflow on mac (#19592)
* fix stackflow on mac

* ALL UPPER CASE for macro definition

---------

Co-authored-by: facetosea <25808407@qq.com>
2023-02-10 18:31:09 +08:00
Haojun Liao 34891e1fe8
Merge pull request #19907 from taosdata/fix/stream_meta
fix: stream meta
2023-02-10 18:21:26 +08:00
Haojun Liao e378668571
Merge pull request #19915 from taosdata/fix/nodisk
ehn(query): dynamic set the initial buffer size for data block from d…
2023-02-10 17:49:46 +08:00
Haojun Liao f6b2da8c06 fix(query): add check for table/super table dropped, when retrieving cache rows. 2023-02-10 16:53:11 +08:00
Haojun Liao c8f1c3b6e4 fix(query): set the max rows as the default block buffer rows. 2023-02-10 16:18:30 +08:00
Haojun Liao 17f05c0020 refactor: disable the limitation of maximum buffer size. 2023-02-10 14:40:37 +08:00
Haojun Liao 4908c563cc ehn(query): dynamic set the initial buffer size for data block from disk. 2023-02-10 14:35:18 +08:00
dapan1121 19903eb00c
Merge pull request #19908 from taosdata/fix/TD-22349
fix: taosd crash issue
2023-02-10 14:23:24 +08:00
Haojun Liao 440122e010
Merge pull request #19900 from taosdata/fix/nodisk
fix(query): set lastkey during check of valid ts.
2023-02-10 13:45:08 +08:00
Haojun Liao a93fc323c0
Merge pull request #19904 from taosdata/fix/liaohj
fix(query): add limit/offset for sys table scan operator.
2023-02-10 11:44:56 +08:00
Haojun Liao 4f4d39a16b fix(query): set correct last key. 2023-02-10 11:32:18 +08:00
Haojun Liao f214ae9801
Merge pull request #19888 from taosdata/fix/TD-22152
fix:change uid in taosx to avoiding uid same in different db
2023-02-10 11:30:47 +08:00
Shuduo Sang 20b3f0b2da
docs: fix java example link (#19909) 2023-02-10 11:29:01 +08:00
dapan1121 5d526d9269 fix: taosd crash issue 2023-02-10 10:57:50 +08:00
Liu Jicong c8acfc4d54 fix: stream meta 2023-02-10 10:48:26 +08:00
Haojun Liao a22a8cbfcc test: add a regression test case. 2023-02-10 10:31:55 +08:00
Haojun Liao c537c6c12f Merge branch 'main' into fix/liaohj 2023-02-10 10:24:43 +08:00
Haojun Liao 443e8e2500 fix(query): add limit/offset for sys table scan operator. 2023-02-10 10:23:41 +08:00
xiaolei li 3b238524b0
release:update main version to 3.0.2.5 (#19898) 2023-02-10 00:30:30 +08:00
Haojun Liao 0fbaf4eab0 fix(query): set lastkey during check of valid ts. 2023-02-09 23:01:44 +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
Shuduo Sang e6ccb777a3
fix: taos shell show err msg twice with cloud service (#19894) 2023-02-09 22:24:45 +08:00
dapan1121 69c06946c2
Merge pull request #19891 from taosdata/docs/interp_select
docs: add interp_clause to select syntax
2023-02-09 16:46:10 +08:00
Ganlin Zhao 19ee0e8ae4
Update 06-select.md 2023-02-09 16:44:56 +08:00
Ganlin Zhao 564e21dd21
Update 06-select.md 2023-02-09 16:44:17 +08:00
Ganlin Zhao 30bd177280 docs: add interp_clause to select syntax 2023-02-09 16:36:30 +08:00
Ganlin Zhao dc70d739bf docs: add interp_clause to select syntax 2023-02-09 16:32:58 +08:00
Haojun Liao 96561ac3cc
Merge pull request #19887 from taosdata/feat/ly_ig_udpate
feat(stream):add ignore check update option for create stream
2023-02-09 15:32:01 +08:00
Haojun Liao 7beb8cd6e2
Merge pull request #19875 from taosdata/fix/TS-2524
fix:change async to sync in schemaless
2023-02-09 15:30:26 +08:00
wangmm0220 0a01fbc16c fix:change uid in taosx to avoiding uid same in different db 2023-02-09 14:00:03 +08:00