Shuduo Sang
fa8d9a62f2
fix: cus prompt length lead hang ( #20371 )
2023-03-09 19:04:25 +08:00
Shengliang Guan
5d6d6e6e16
Merge pull request #19805 from freemine/pthread_cleanup_push
...
typo: pthread_cleanup_push/pop better exist in pair
2023-03-02 17:35:35 +08:00
Hui Li
3b0fd4b23f
Merge pull request #20182 from taosdata/feat/TD-22801-MAIN
...
feat: completing create index and tag index case
2023-02-27 19:58:52 +08:00
Alex Duan
a0ae611a99
fix: fix can not scroll enum item with blank
2023-02-27 16:39:45 +08:00
Alex Duan
4976c80e2f
fix: last is blank have bug
2023-02-27 16:23:29 +08:00
Alex Duan
64243a2127
feat: completing create index and tag index case
2023-02-27 15:11:21 +08:00
Yihao Deng
db47cb5805
Merge branch 'main' into fix/toManySeesion
2023-02-25 17:04:56 +08:00
yihaoDeng
84706fe586
fix: limit session num
2023-02-24 21:20:15 +08:00
Hui Li
965d91572a
Merge pull request #20148 from taosdata/fix/3_coverity
...
fix(query): fix syntax errors on centos.
2023-02-24 17:39:12 +08:00
Xiaoyu Wang
67a94707b7
Merge pull request #20104 from taosdata/feat/3.0_wxy
...
enh: drop tables syntax optimization
2023-02-24 16:57:30 +08:00
xinsheng Ren
e3f21ae98f
fix: TD-22674 coverity scan ( #20126 )
...
* fix: TD-22674 coverity scan
* fix: compile error
---------
Co-authored-by: facetosea <25808407@qq.com>
2023-02-24 15:17:14 +08:00
Haojun Liao
22aa03307c
fix(query): fix syntax errors on centos.
2023-02-24 11:38:54 +08:00
Xiaoyu Wang
618c934fb2
enh: drop tables syntax optimization
2023-02-22 15:16:16 +08:00
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
Hui Li
12d983074f
Merge pull request #20027 from taosdata/fix/TS-2658-MAIN
...
fix: free thread save memory before set null
2023-02-20 09:35:27 +08:00
Shuduo Sang
085936e61c
fix: taos shell prompt if not ws error ( #20032 )
2023-02-17 18:54:08 +08:00
Alex Duan
bdfb342ec8
fix: free thread save memory before set null
2023-02-17 14:44:00 +08:00
Alex Duan
4a8d5355a7
fix: parse multi-line sql include tab key
2023-02-15 20:21:41 +08:00
Alex Duan
6676ee7de8
fix: run once not check right
2023-02-15 11:34:01 +08:00
Alex Duan
128880c1cf
add taos_close
2023-02-15 11:27:44 +08:00
Alex Duan
2f32b3a2d8
fix: need not obtain db name if input argument include -s
2023-02-15 11:17:34 +08:00
Alex Duan
ca5dfb28e1
fix: showHelp return line format error
2023-02-15 10:28:37 +08:00
Alex Duan
f2b8f18661
fix: first update var values then search
2023-02-12 16:41:43 +08:00
Alex Duan
c823ad912f
fix: build error
2023-02-12 16:31:24 +08:00
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
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
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
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
Shuduo Sang
e6ccb777a3
fix: taos shell show err msg twice with cloud service ( #19894 )
2023-02-09 22:24:45 +08:00
Shuduo Sang
4d4c5645ec
fix: taos shell show err msg twice with cloud service ( #19892 )
2023-02-09 18:28:09 +08:00
freemine
a999e56a1d
typo: pthread_cleanup_push/pop better exist in pair
2023-02-05 16:08:34 +08:00
Xiaoyu Wang
24157e78d6
merge main
2023-01-28 17:52:58 +08:00
dapan1121
6b259777ad
fix: move crash report to shell
2023-01-17 11:18:49 +08:00
Shengliang Guan
a3b5fca070
Merge pull request #19409 from taosdata/FIX/xsren/osFileUnlock
...
fix:Deadlock caused by assert modification
2023-01-08 09:42:20 +08:00
Shuduo Sang
a2fcbde789
chore: fix cus email include
2023-01-06 13:46:28 +08:00
Shuduo Sang
0d0ec7dfc3
chore: cus support email
2023-01-06 13:19:53 +08:00
facetosea
61734b9c6a
fix:Deadlock caused by assert modification
2023-01-06 10:43:47 +08:00
Shuduo Sang
c85da8dc3a
fix: typos
2023-01-05 21:25:31 +08:00