shenglian zhou
754b7b4241
[TD-5659]<fix>:start taos processing with subprocess instead of internal function
2021-07-31 11:23:23 +08:00
shenglian zhou
f385b19002
[TD-5633]<fix>:fix memory leak of intermediate result buf
2021-07-31 11:22:48 +08:00
shenglian zhou
babde623be
[TD-5235]<fix>:try not to copy the content of rpc msg
2021-07-31 11:22:48 +08:00
shenglian zhou
7032e5a00b
[TD-5235]<feature>:offload msg processing from rpc thread to tsc scheduler
2021-07-31 11:22:48 +08:00
xiaolei li
da3e784721
[TD-4852]<jdbcDemo.java,pom.xml> fix host,error diplay ( #6929 )
2021-07-31 08:07:25 +08:00
Zhiqiang Wang
929a7ce4b6
[TD-5585]<fix>: arm32 python fromtimestamp error. ( #7090 )
2021-07-31 08:05:22 +08:00
Shuduo Sang
ef8bd46b49
Feature/sangshuduo/td 3973 use jemalloc ( #7071 )
...
* [TD-3973]<feature>: add jemalloc as submodule.
* add macro definitions in cmake.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* link jemalloc works.
* make install works.
* support jemalloc in release.sh.
* release script works.
* fix a typo.
* [TD-3937]<feature>: support jemalloc
add install funtion to all scripts.
* adjust install_jemalloc() position for update check compatiblity.
* fix position bug.
* add ldconfig for jemalloc library cache refresh.
* add /etc/ld.so.conf.d/jemalloc.conf for centos
* check ver comp by file.
* fix makeclient.sh
* fix install script typo mistake.
* change minimal compatible version back to 2.0.0.0
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-31 01:07:24 +08:00
jiajingbin
92ea7517f6
add tdSql.execute('reset query cache') to function resHandle()
2021-07-30 17:40:02 +08:00
Haojun Liao
a849451703
Merge branch 'develop' into feature/query
2021-07-30 16:30:49 +08:00
Shengliang Guan
8d2c151274
Merge remote-tracking branch 'origin/develop' into feature/m2d7
2021-07-30 16:29:08 +08:00
Haojun Liao
6f4257aa9a
Merge pull request #7049 from taosdata/fix/TD-5534
...
[TD-5534]<fix>:fix the coverity high risk of client&query
2021-07-30 16:26:54 +08:00
tomchon
29f6538b67
[TD-5547]<fix>: arm32 byte alignment bus error.
2021-07-30 15:44:13 +08:00
lichuang
0ecd1fd646
[TD-5631]<feature>add smallblock stat
2021-07-30 14:36:33 +08:00
wpan
755f666e2a
fix bug
2021-07-30 14:30:32 +08:00
Shuduo Sang
3102cdee2e
Hotfix/sangshuduo/td 5445 for master ( #7083 )
...
* [TD-5445]<fix>: taosdemo bug stmt interface with sample data.
sync from develop branch.
* refactoring some macros.
* fix mac compile error.
2021-07-30 14:18:05 +08:00
Shengliang Guan
7fac670e59
change version number
2021-07-30 13:58:09 +08:00
Shengliang Guan
6188c139e1
change version number
2021-07-30 13:55:33 +08:00
Shengliang Guan
c4aa654bd9
Merge remote-tracking branch 'origin/master' into feature/m2d7
2021-07-30 13:53:33 +08:00
Shengliang Guan
f8905c8cbc
Merge remote-tracking branch 'origin/develop' into feature/m2d7
2021-07-30 13:53:25 +08:00
Shengliang Guan
4dac6ac4f1
merge from master
2021-07-30 13:52:54 +08:00
Shuduo Sang
fae99ad04d
[TD-5628]<fix>: prompt --force-keep-file if upgrade lower version with 2.0.16.0 ( #7080 )
2021-07-30 13:13:38 +08:00
Hui Li
1f4d51c1bc
Merge pull request #7068 from taosdata/test/TD-5401-m
...
[TD-5401]make CI happy
2021-07-30 11:51:31 +08:00
Hui Li
7258266c87
Merge pull request #7069 from taosdata/test/TD-5401-d
...
[TD-5401]make CI happy
2021-07-30 11:51:24 +08:00
Haojun Liao
89a15326f0
Merge branch 'develop' into feature/query
2021-07-30 11:37:46 +08:00
wangmm0220
5f37d8a2a5
[TD-5534]<fix>:fix test case out of date error
2021-07-30 11:27:34 +08:00
wpan
63e5c2147b
Merge branch 'master' into hotfix/TD-5582
2021-07-30 10:39:29 +08:00
wpan
ca985ec7c6
fix interp bug
2021-07-30 10:38:15 +08:00
liuyq-617
cd744f5fa7
fix
2021-07-30 09:35:58 +08:00
liuyq-617
72a05d1e80
fix
2021-07-30 09:32:13 +08:00
wangmm0220
b9db84586c
[TD-5534]<fix>:fix high risk strncpy to tstrncpy
2021-07-30 02:17:10 +08:00
Shuduo Sang
c6f660a88e
Hotfix/sangshuduo/td 3973 use jemalloc for master ( #7074 )
...
* [TD-3973]<feature>: add jemalloc as submodule.
* [TD-3973]<feature>: add jemalloc as submodule.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* fix conflicts
* make install works.
* fix conflicts.
* release script works.
* fix typo
* [TD-3937]<feature>: support jemalloc
add install funtion to all scripts.
* adjust install_jemalloc() position for check compatibility.
* fix position bug.
* add ldconfig for jemalloc library cache refresh.
* cherry pick from develop branch.
* cherry pick from develop branch.
* fix install_jemalloc() in install_client.sh.
* fix makeclient.sh.
* fix install script typo mistake.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-29 23:28:47 +08:00
Haojun Liao
c0dfdc9c73
[td-225]add check for malloc failure.
2021-07-29 23:24:46 +08:00
Haojun Liao
6a9b2e6455
[td-225]fix a bug found by regression test.
2021-07-29 23:19:28 +08:00
Hui Li
e57faad946
Merge pull request #7034 from taosdata/dkj_dev
...
metrics_del.sim 23:50 insert two days bug fixed
2021-07-29 20:06:35 +08:00
Hui Li
4c2ccf5bb2
Merge pull request #7064 from taosdata/test/jenkins-m
...
revert sani
2021-07-29 18:36:35 +08:00
Hui Li
3591c8b7ad
Merge pull request #7065 from taosdata/test/jenkins_l
...
revert sani
2021-07-29 18:36:15 +08:00
liuyq-617
3f7239b916
change
2021-07-29 18:18:06 +08:00
liuyq-617
eefa3cf5d1
change
2021-07-29 18:17:31 +08:00
Haojun Liao
f12d252116
[td-5175]
2021-07-29 18:08:02 +08:00
markswang
d2218cacdf
[TD-5539]<fix> fix core dump caused by unsupport query statement
2021-07-29 16:46:05 +08:00
shenglian zhou
1dff9533fc
[TD-5633]<fix>:fix memory leak of intermediate result buf
2021-07-29 16:41:30 +08:00
liuyq-617
7ae5f04d3e
Empty Commit
2021-07-29 16:41:09 +08:00
xiaolei li
8ad7443822
[TD-4944]:c# connector nanosecond support ( #7041 )
...
* [TD-4944]:c# connector nanosecond support
* [TD-4944]:c# connector nanosecond support
* [TD-4944]:c# connector nanosecond support fix indent
2021-07-29 16:37:58 +08:00
lichuang
7e933d6aa4
[TD-5631]<fix>fix functionCompatList array overflow access
2021-07-29 16:17:17 +08:00
yihaoDeng
505527c3ac
Merge branch 'develop' of github.com:taosdata/TDengine into dev
2021-07-29 15:36:07 +08:00
shenglian zhou
c4edb203dc
[TD-5235]<fix>:try not to copy the content of rpc msg
2021-07-29 15:28:24 +08:00
tickduan
4fd1c2637d
Merge branch 'develop' into dkj_dev
2021-07-29 14:53:26 +08:00
tickduan
ab885b6b8c
fixed BUG TD-5596
2021-07-29 14:52:33 +08:00
jiajingbin
4320d6412a
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete
...
modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()
2021-07-29 14:15:08 +08:00
liuyq-617
9fc4f7466f
make CI happy
2021-07-29 14:12:57 +08:00