Shuduo Sang
55d3e7a2ea
Hotfix/sangshuduo/td 4902 for mastere ( #6623 )
...
* [TD-4902] FIX with 1 char
* Fix prompt of -m @ taosdemo
Co-authored-by: SunShine Chan <chenweican@gmail.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-27 21:45:18 +08:00
Jun Li
9a06248432
Rename file and add some comment/changes ( #6587 )
...
1. rename semphone to semaphore
2. add comment for tsched.h
3. change the function signature for taosSchedulerTask, changing from
return int to void. We currently don't check any return code of the function.
4. add some error handlings. For fatal error, just exit the process because
the program may run into a random state.
2021-06-27 21:13:33 +08:00
shenglian zhou
3451e7fba9
[TD-4926]<fix>:follow log format convention
2021-06-27 14:16:22 +08:00
Shengliang Guan
329a0af28d
Merge pull request #6640 from taosdata/hotfix/td-4926
...
[TD-4926]<fix>:fix core during operator time usage calculate
2021-06-27 11:54:48 +08:00
shenglian zhou
ae972e2fb4
[TD-4926]<fix>:fix core during operator time usage calculate
2021-06-27 09:12:14 +08:00
yihaoDeng
b2975b7c4d
[TD-4825]<feature> order by col after group-by
2021-06-27 05:04:33 +08:00
yihaoDeng
a2edc05ba0
[TD-4825]<feature> order by col after group-by
2021-06-27 04:46:51 +08:00
yihaoDeng
7145bc5fc2
[TD-4825]<feature> order by col after group-by
2021-06-27 03:53:30 +08:00
Shuduo Sang
09ae4a83f0
Hotfix/sangshuduo/td 4892 taosdemo sub fetch for develop ( #6635 )
...
* fix crash if no result file.
* make taosdemo same as master branch.
2021-06-26 22:34:50 +08:00
Shuduo Sang
a2c1754168
Hotfix/sangshuduo/td 4892 taosdemo sub fetch ( #6634 )
...
* [TD-4892]<fix>: taosdemo subscribe fetch result.
* fix stbname length.
* restrict prefix length.
* submit empty
* fix minor code.
* fix crash if no result file.
2021-06-26 22:34:30 +08:00
Haojun Liao
43e84f8bf0
Merge pull request #6630 from taosdata/feature/td-4756
...
[TD-4756]<fix>: nanosecond precison on gcBuildQueryJson
2021-06-26 22:30:53 +08:00
Haojun Liao
ed44b72cbe
Merge pull request #6628 from taosdata/feature/td-4561
...
[TD-4561]feature:support statistics about operators running time
2021-06-26 22:30:19 +08:00
Haojun Liao
92671a20e2
Merge pull request #6636 from taosdata/feature/query
...
Feature/query
2021-06-26 22:28:14 +08:00
Haojun Liao
14d9473b5a
[td-225]fix the bug found by regression test.
2021-06-26 15:43:08 +08:00
yihaoDeng
e6273a38db
[TD-4915]<fix> fix show create database except
2021-06-26 13:43:48 +08:00
yihaoDeng
2f37ebf686
[TD-4825]<feature> order by col after group-by
2021-06-26 09:08:59 +08:00
Shenglian Zhou
ff48ffd8bd
[TD-4561]feature:support statistics about operators running time
2021-06-26 08:12:05 +08:00
Haojun Liao
9094bf8849
[td-225]fix compiler error.
2021-06-25 23:42:15 +08:00
Haojun Liao
59d207c87b
Merge pull request #6603 from taosdata/hotfix/TD-4879
...
[TD-4879]fix mem leak issue
2021-06-25 23:24:15 +08:00
Haojun Liao
19a01c09a1
Merge pull request #6618 from taosdata/fix/TD-4098
...
[TD-4098]<fix> unsigned date type not found
2021-06-25 23:23:42 +08:00
Haojun Liao
782e498d1f
[td-225]fix compiler error.
2021-06-25 23:22:22 +08:00
Haojun Liao
11761d016d
[td-4894]<fix>:fix bug in group by normal columns.
2021-06-25 23:10:10 +08:00
Haojun Liao
163c58ec14
[td-4894]<fix>:fix bug in group by normal columns.
2021-06-25 23:04:17 +08:00
Elias Soong
8c95099d1d
Merge pull request #6633 from taosdata/docs/Update-Latest-Feature
...
Docs/update latest feature
2021-06-25 18:59:25 +08:00
Elias Soong
41e1d2dd96
[TD-4555] <docs>: describe SQL function DERIVATIVE().
2021-06-25 18:55:01 +08:00
Haojun Liao
4f5979bbbc
Merge branch 'develop' into feature/query
2021-06-25 03:30:57 -07:00
Elias Soong
2361040efe
[TD-4793] <docs>: describe SQL function IRATE().
2021-06-25 18:09:37 +08:00
shenglian zhou
0ecaba7e9e
[TD-4756]<fix>: nanosecond precison on gcBuildQueryJson in http plugin
2021-06-25 17:15:59 +08:00
wpan
d857013517
fix double free issue
2021-06-25 17:05:37 +08:00
Hui Li
6cd8c49bf6
Merge pull request #6616 from taosdata/test/TD-4868
...
add test case to verify taosdump with binary and nchar data
2021-06-25 16:37:45 +08:00
bryanchang0603
022d6ea765
taosdemoCfg adding how to use and minor bug fix
2021-06-25 15:41:47 +08:00
Elias Soong
2555665a8e
[TD-4897] <docs>: clients should process result set ASAP after calling "taos_consume()".
2021-06-25 15:22:22 +08:00
zhaoyanggh
71bc5842d0
[TD-4868]add taosdump test to full test
2021-06-25 15:02:59 +08:00
Hui Li
d51559961d
Merge pull request #6616 from taosdata/test/TD-4868
...
add test case to verify taosdump with binary and nchar data
2021-06-25 14:56:41 +08:00
Hui Li
55b40b4e7d
Merge pull request #6622 from taosdata/test/TD-4824
...
[TD4824]<in function,add data type like timestamp,float and double>
2021-06-25 14:55:29 +08:00
SunShine Chan
360d59428c
[TD-4902] FIX -m parameter of taosdemo with letter-initial string ( #6620 )
...
* [TD-4902] FIX with 1 char
* Fix prompt of -m @ taosdemo
2021-06-25 14:20:39 +08:00
Shuduo Sang
ee974c5563
Update README-CN.md ( #6621 )
2021-06-25 14:12:37 +08:00
happyguoxy
2b879fb158
[TD4824]<in function,add data type like timestamp,float and double>
2021-06-25 13:49:07 +08:00
Shuduo Sang
757642507f
Update README.md ( #6615 )
2021-06-25 12:11:17 +08:00
Hongze Cheng
71b953e102
Merge pull request #6617 from taosdata/fix/TD-4895
...
[TD-4895]<fix>: more checking for creating mnode
2021-06-25 11:39:39 +08:00
Hongze Cheng
7e82c3e483
Merge pull request #6607 from taosdata/feature/TD-1568
...
[TD-1568]fix tdMergeDataCols compare key bug
2021-06-25 10:41:42 +08:00
yihaoDeng
795bd8c076
[TD-4098]<fix> unsigned date type not found
2021-06-25 10:39:17 +08:00
Minglei Jin
5628cb2091
[TD-4895]<fix>: more checking for creating mnode
2021-06-25 10:16:18 +08:00
zhaoyanggh
53f12701f7
add test case to verify taosdump with binary and nchar data
2021-06-25 09:07:12 +08:00
Shuduo Sang
44621d8a0f
Hotfix/sangshuduo/td 4892 taosdemo sub fetch ( #6614 )
...
* [TD-4892]<fix>: taosdemo subscribe fetch result.
* fix stbname length.
* restrict prefix length.
* submit empty
* fix minor code.
2021-06-24 22:44:46 +08:00
Shuduo Sang
8fc2b3d79d
Hotfix/sangshuduo/td 4823 taosdemo gettablename for develop ( #6605 )
...
* [TD-4823]<fix>: taosdemo getTableName return empty.
* fix typo.
* check table name is empty in early stage.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-24 22:04:29 +08:00
Shuduo Sang
eb0f1a39e7
Hotfix/sangshuduo/td 4892 taosdemo sub fetch for develop ( #6609 )
...
* [TD-4892]<fix>: taosdemo subscribe fetch result. for develop branch
* fix stbname length.
* restrict prefix length.
* submit empty
* fix minor code.
2021-06-24 20:49:01 +08:00
tickduan
afec60f40d
init add
2021-06-24 19:58:45 +08:00
Hui Li
16c909779e
Merge pull request #6612 from taosdata/dev/chr
...
comment "nestedQuery/queryInterval.py"
2021-06-24 18:57:52 +08:00
tomchon
e143c34c7b
comment "nestedQuery/queryInterval.py"
2021-06-24 17:59:13 +08:00