Commit Graph

17385 Commits

Author SHA1 Message Date
tickduan 1393637dcc reset blank 2021-07-22 19:59:34 +08:00
tickduan 2035a93335 reset no change code 2021-07-22 19:56:29 +08:00
Hui Li 5381d733e3
Merge pull request #6962 from taosdata/dev/chr
Dev/chr
2021-07-22 19:46:37 +08:00
Hui Li a9d1027c3a
Merge pull request #6959 from taosdata/release/ver-2.0.20.10
release/ver-2.0.20.10
2021-07-22 19:46:18 +08:00
Hui Li cae52534ff
Merge pull request #6943 from taosdata/release/ver-2.1.5.0
Release/ver 2.1.5.0
2021-07-22 19:46:10 +08:00
tickduan 49cf75d768 Merge branch 'develop' into compress_float 2021-07-22 19:42:12 +08:00
yihaoDeng e2635df55d [TD-5438]<fix> fix bug 2021-07-22 19:25:11 +08:00
Ganlin Zhao 1754d66494 [TD-5458]<fix>:add duplicate key check for tag&field 2021-07-22 18:55:27 +08:00
Haojun Liao 61fc0b3c88
Merge pull request #6946 from taosdata/fix/TD-5429
[TD-5429]<hotfix>:executing group by test suite throws uninitialized semaphore error
2021-07-22 18:54:18 +08:00
Haojun Liao 30a98308fc
Merge pull request #6957 from taosdata/hotfix/td-5431
[TD-5431]<fix>:fix hashDistinct bug about var_data_type value keys
2021-07-22 18:53:39 +08:00
Haojun Liao 339fe7358b [td-225]fix compiler error. 2021-07-22 18:51:43 +08:00
tomchon 025361610b [TD-5296]<test>: modify taodemo-testcase about increasing max columns to 4096 2021-07-22 18:46:17 +08:00
tomchon 003dba84b1 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-22 18:41:18 +08:00
Haojun Liao 5ae6f35823
Merge pull request #6972 from taosdata/hotfix/td-5449
[TD-5449]<fix>:adapt max sql string length for maxium columns
2021-07-22 18:25:31 +08:00
Haojun Liao f18aa2d423
Merge pull request #6974 from taosdata/fix/TD-5459
[TD-5459]<fix>: fix sql parse core error
2021-07-22 18:24:55 +08:00
happyguoxy 9df622ef80 [TD-5338]<test>:test stable interval function 2021-07-22 18:03:23 +08:00
Haojun Liao 97159f54da [td-225]fix bug found by regression test. 2021-07-22 17:20:33 +08:00
Haojun Liao b75ea24da0
Merge pull request #6968 from taosdata/fix/TD-5454
[TD-5454]<fix>: fix arm32 qDebug error
2021-07-22 17:16:53 +08:00
tomchon ae650216a6 Merge branch 'develop' into fix/TD-5454 2021-07-22 17:10:00 +08:00
tomchon ec7bfe5de3 [TD-5454]<fix>: qExecutor for arm32. 2021-07-22 17:09:25 +08:00
Shuduo Sang 199bf6e0d5
[TD-5445]<fix>: taosdemo bug stmt interface with sample data. (#6971)
sync from develop branch.
2021-07-22 16:52:00 +08:00
markswang fc0e4f3ed9 [TD-5459]<fix>: fix sql parse core error 2021-07-22 16:49:38 +08:00
markswang 87ca06dad5 [TD-5459]<fix>: fix sql parse core error 2021-07-22 16:41:54 +08:00
tickduan a9958dc5b8 global range conflict 2021-07-22 16:30:22 +08:00
yihaoDeng df284badac [TD-5474]<fix> fix runtime error 2021-07-22 16:24:42 +08:00
shenglian zhou 5fbb19eb6b Merge branch 'hotfix/td-5449' of github.com:taosdata/TDengine into hotfix/td-5449 2021-07-22 16:20:52 +08:00
shenglian zhou 9f50eae590 [TD-5449]<fix>:adapt max sql string length for maxium tags/columns in line protocol 2021-07-22 16:20:37 +08:00
tickduan bf8c64d3da change config name 2021-07-22 16:20:18 +08:00
shenglian zhou 88bc367bc9 [TD-5449]<fix>:adapt max sql string length for maxium tags/columns in line protocol 2021-07-22 16:17:46 +08:00
Haojun Liao 30ea017bb0
Merge pull request #6861 from taosdata/feature/td-4647-2
[TD-4647] support auto adding columns through line protocol
2021-07-22 15:36:17 +08:00
yihaoDeng 6a9d94fd97 [TD-5474]<fix> fix runtime bug 2021-07-22 14:38:08 +08:00
Haojun Liao 0dec49cba5
Merge pull request #6954 from taosdata/hotfix/TD-5434
[TD-5434]fix table name issue
2021-07-22 14:28:06 +08:00
Shuduo Sang dc564d2f75
[TD-5445]<fix>: taosdemo bug for stmt interface with sample data. (#6969) 2021-07-22 13:48:37 +08:00
yihaoDeng ff9748b473 [TD-5474]<fix> fix runtime bug 2021-07-22 13:29:39 +08:00
Zhiqiang Wang 32f9fbb4c7 [TD-5454]<fix>: fix qDebug error 2021-07-22 11:55:54 +08:00
shenglian zhou ad55c1a7c9 Merge branch 'develop' into feature/td-4647-2 2021-07-22 11:38:17 +08:00
shenglian zhou a84c731b7a [TD-5449]<fix>: fix invalid stable name core dump and sigabort total tag num exceed maximum 2021-07-22 11:33:55 +08:00
Hongze Cheng 4fc364a176
Merge pull request #6797 from taosdata/compress_float
Compress float
2021-07-22 10:26:47 +08:00
Zhiyu Yang 87918caaa4
Feature/td 5432 (#6963)
* [TD-5342]<feature>: change fastjson and guava version, add retryHandle in HttpClientPoolUtil

* fix some simple problems
2021-07-22 09:28:40 +08:00
shenglian zhou 19ae4f51e8 add max line number of taos_insert_lines call 2021-07-22 08:35:45 +08:00
yihaoDeng cacf85993e [TD-5438]<feature> enhance distinct 2021-07-22 05:03:45 +08:00
yihaoDeng a54d3a2b96 TD-5438 2021-07-22 04:33:58 +08:00
Ganlin Zhao 24286fec39 [TD-5237]<feature>:add additional info for "show queries" output 2021-07-21 19:05:43 +08:00
Shuduo Sang 225fb59752
Hotfix/sangshuduo/td 5306 taosdemo stmt autocreatetable 2 (#6958)
* [TD-5300]<fix>: taosdemo stmt debug print.

* fix default iface is unknown.

* set thread name enabled on develop branch.
2021-07-21 18:55:28 +08:00
Shuduo Sang c41d23daaa
copy from develop branch. stmt: 0, nanosec: 0 (#6955)
* copy from develop branch. stmt: 0, nanosec: 0

* set thread name disabled on master branch.
2021-07-21 18:55:10 +08:00
zhaoyanggh 5b463ac4df [TD-4812] monitor dnode and mnode status and save to log 2021-07-21 17:19:28 +08:00
zhaoyanggh 7fee581d88 [TD-4812] add change replica operation in robust script 2021-07-21 16:52:17 +08:00
tomchon 4bef2da4d8 Merge branches 'dev/chr' and 'develop' of github.com:taosdata/TDengine into dev/chr
Conflicts:
	tests/pytest/tools/taosdemoAllTest/taosdemoTestInsertWithJson.py
2021-07-21 16:51:25 +08:00
happyguoxy c978fb9329 [TD-5213]<test>:test 4096 columns 2021-07-21 16:12:54 +08:00
happyguoxy f12d1f2769 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-21 16:12:32 +08:00