Commit Graph

4534 Commits

Author SHA1 Message Date
Shengliang Guan e0bb9a93a6 [TD-374] add scripts 2020-05-21 10:07:43 +00:00
Shengliang Guan aa0ec99364 [TD-374] fix invalid read 2020-05-21 10:07:28 +00:00
Shuduo Sang f7181a5e04 add function to delete data files. 2020-05-21 18:05:29 +08:00
Shuduo Sang c736e05cea fix import_merge/importToCommit.py path issue. 2020-05-21 18:03:37 +08:00
Haojun Liao 392c23c718 [td-225] fix bugs in limit/offset 2020-05-21 17:58:20 +08:00
Haojun Liao 6962a8232d [td-377] fix crash 2020-05-21 17:56:39 +08:00
Hongze Cheng 552fbb58b5 Merge branch 'develop' into feature/2.0tsdb 2020-05-21 08:53:51 +00:00
Shuduo Sang 6a5836a6e4 Merge branch 'develop' into feature/pytest-output-sql-command-to-file 2020-05-21 16:25:19 +08:00
Hongze Cheng 28d05e3b7d Merge branch 'hotfix/boundary' of github.com:taosdata/TDengine into hotfix/boundary 2020-05-21 08:24:15 +00:00
Hongze Cheng ae66369823 fix memory leakage 2020-05-21 08:24:08 +00:00
Shuduo Sang 1d53387598 add log sql command to file for python2. 2020-05-21 16:20:30 +08:00
Shuduo Sang cf4c4e98fd support log Sql command to file.
[TD-383]
2020-05-21 16:12:15 +08:00
Hongze Cheng 851793435c make append column value inline to make it faster 2020-05-21 07:59:35 +00:00
slguan 2303d52f40 Merge branch 'develop' into hotfix/boundary 2020-05-21 15:30:30 +08:00
Shengliang Guan 4aff58e83f
Merge pull request #1981 from taosdata/hotfix/change-xenial-to-bionic-in-ci
change xenial to bionic for using python3.6 and fix pytest script.
2020-05-21 15:22:00 +08:00
Shengliang Guan 26ff796663
Merge pull request #1980 from taosdata/feature/query
Feature/query
2020-05-21 15:21:32 +08:00
Hongze Cheng 69ed026c34 fix memory leak in TSDB 2020-05-21 07:15:57 +00:00
Shuaiqiang Chang d03b77ef02 fix:describe cannot get tag value 2020-05-21 15:15:46 +08:00
Hongze Cheng 28a9276105 fix commit coredump 2020-05-21 06:58:02 +00:00
Haojun Liao 1f83d525ce [td-225]fix bug in prj query 2020-05-21 14:55:53 +08:00
Shuduo Sang 14f4e72175 change xenial to bionic for using python3.6 and fix pytest script. 2020-05-21 14:25:38 +08:00
Shengliang Guan f95ebeadc1 [TD-374] fix bug while alter dnode debugFlag 2020-05-21 06:15:13 +00:00
Haojun Liao 343763e42d [TD-288] 2020-05-21 13:56:42 +08:00
Shengliang Guan 7a3f3cd6f8 [TD-374] assert while alter database option maxTables 2020-05-21 05:54:52 +00:00
Haojun Liao 8a8655b636 [TD-288] 2020-05-21 13:54:18 +08:00
Haojun Liao bb088704d4 [TD-288] 2020-05-21 13:41:49 +08:00
slguan 4cb6ed8648 Merge branch 'develop' into hotfix/boundary 2020-05-21 13:41:17 +08:00
Hongze Cheng f092362962 Merge branch 'develop' into feature/2.0tsdb 2020-05-21 05:39:24 +00:00
Hongze Cheng 9aae83df70 TD-374 2020-05-21 05:31:26 +00:00
Shengliang Guan 0d8027a0c3
Merge pull request #1979 from taosdata/hotfix/rpcFreeMsg
free message is not in right way
2020-05-21 13:15:25 +08:00
Jeff Tao 7d0abd1d4e free message is not in right way 2020-05-21 04:56:48 +00:00
Shengliang Guan a07039517f Merge branch 'hotfix/boundary' of https://github.com/taosdata/TDengine into hotfix/boundary 2020-05-21 04:25:47 +00:00
Shengliang Guan afe7921eda [TD-374] fix compile error 2020-05-21 04:25:10 +00:00
slguan a5f219c29e Merge branch 'develop' into hotfix/boundary 2020-05-21 12:22:20 +08:00
Shengliang Guan 4898cd7281 [TD-374] change some defs 2020-05-21 03:57:05 +00:00
Shengliang Guan 258e048c2a revert rpc change 2020-05-21 11:40:50 +08:00
Shuaiqiang Chang fa1ef5cf6f Merge branch 'develop' into hotfix/taos-tools
* develop:
  free is not right
  TD-337, #1827: thread exit gracefully
  ctrl+c handling in taosd
  version in sync is not updated correctly
  change max cache value from 512 to 128.
  [TD-375]
2020-05-21 10:48:42 +08:00
Shengliang Guan 0ec68470f5
Merge pull request #1978 from taosdata/hotfix/rpcFreeMsg
free is not right
2020-05-21 10:46:43 +08:00
Shengliang Guan d855e6cc03
Merge pull request #1977 from taosdata/patch/exiting
Patch/exiting
2020-05-21 10:46:06 +08:00
Jeff Tao 70747ad1bb free is not right 2020-05-21 02:43:48 +00:00
Shengliang Guan 84d49718d0 [TD-374] update code while alter database maxTables 2020-05-21 02:41:46 +00:00
Haojun Liao 48da3c695f Merge branch 'develop' into feature/query 2020-05-21 10:41:05 +08:00
Bomin Zhang 674332a50b TD-337, #1827: thread exit gracefully 2020-05-21 09:29:23 +08:00
Bomin Zhang 345b1c3aba ctrl+c handling in taosd 2020-05-21 09:29:23 +08:00
Hongze Cheng 03161e351e Merge branch 'develop' into feature/2.0tsdb 2020-05-21 09:16:48 +08:00
Haojun Liao 2c12419c0b [td-225] update the test script 2020-05-20 22:58:19 +08:00
Haojun Liao a7d1000240 [td-225] fix bugs in limit/offset for super table projection query. 2020-05-20 22:57:41 +08:00
Shengliang Guan d79aff09b9 scripts 2020-05-20 13:55:33 +00:00
slguan 3970da30b2 Merge branch 'develop' into hotfix/boundary 2020-05-20 21:53:15 +08:00
Shengliang Guan 54f671c027
Merge pull request #1976 from taosdata/hotfix/syncversion
version in sync is not updated correctly
2020-05-20 21:49:28 +08:00