Commit Graph

4203 Commits

Author SHA1 Message Date
Shengliang Guan 2ad443a172
Merge pull request #2071 from taosdata/hotfix/sangshuduo/fix-resource-leak-in-dnodeVWrite.c
fix resource leak in dnodeVWrite.c
2020-05-29 16:30:32 +08:00
Shengliang Guan bb539dce42
Merge pull request #2072 from taosdata/hotfix/sangshuduo/fix-resource-leak-in-mgmtTable.c
[TD-440] fix resource leak in mnodeTable.c
2020-05-29 16:30:20 +08:00
Shengliang Guan bf0a3470bc
Merge pull request #2074 from taosdata/develop_lihui
[TD-439]
2020-05-29 16:27:48 +08:00
Hui Li 7e0783a5a8 [TD-439] 2020-05-29 16:22:44 +08:00
Shengliang Guan 76b28a706e Merge remote-tracking branch 'origin/develop' into feature/crash_gen 2020-05-29 07:47:57 +00:00
Steven Li b54a85bd41 Merge remote-tracking branch 'origin/develop' into feature/crash_gen 2020-05-29 00:14:41 -07:00
Shengliang Guan 2f0d82cadb fix definite lost while show command failed 2020-05-29 14:32:37 +08:00
Shengliang Guan 071042f07b Merge branch 'develop' of https://github.com/taosdata/TDengine into develop 2020-05-29 12:29:16 +08:00
Shengliang Guan e198038103
Merge pull request #2068 from taosdata/feature/2.0tsdb
TD-354
2020-05-29 12:29:01 +08:00
Hongze Cheng 1acff35e13 fix cq coredump 2020-05-29 03:57:40 +00:00
Shuaiqiang Chang bb3b6d1ecb Merge branch 'develop' into hotfix/taos-tools
* develop: (23 commits)
  [TD-335]  rename some functions
  [TD-335] log
  [TD-335] fix bug while get mnode ipset
  [add cluster sim case]
  [TD-354] add sql parser for stream table
  [td-409]fix bug that callback function is not set correctly in sub-insert object.
  td-436: update limit in document
  fix resource leak in mgmtTable.c
  fix incorrect length in nchar conversion
  fix possible dead loop in shellPrintNChar
  [TD-335] rename mgmt to mnode
  [TD-335] sort include file
  [TD-335] fix bug while auto create table
  [TD-335] remove log
  [TD-335] fix refcount error
  [TD-335] fix invalid read in mwrite queue
  [TD-335] refact SMnodeMsg
  [TD-335] optimize mnode queue
  [TD-335] message put into peer queue
  [TD-335] first compiler vresion
  ...
2020-05-29 11:45:10 +08:00
Shuaiqiang Chang 5ba3762fca feat: rand timestamp 2020-05-29 11:43:55 +08:00
Shuduo Sang 85087426bb fix resource leak in mnodeShow.c
[TD-446]
2020-05-29 11:43:27 +08:00
Shengliang Guan 8a12fc6ef7 [TD-444] fix alter native role error 2020-05-29 11:41:20 +08:00
Shuduo Sang 0b096647f0 fix resource leak in dnodeVWrite.c
[TD-445]
2020-05-29 11:38:16 +08:00
Shuduo Sang 3ef5b844f0 [TD-440] fix resource leak in mnodeTable.c 2020-05-29 11:31:31 +08:00
Hongze Cheng 34e72ecd7e change some interface 2020-05-29 03:23:00 +00:00
Hongze Cheng 61031d1d18 fix commit coredump data lost bug 2020-05-29 03:15:59 +00:00
Hongze Cheng 2831779eb3 TD-354 2020-05-29 02:30:51 +00:00
Steven Li e785727d63 Merge remote-tracking branch 'origin/develop' into feature/crash_gen 2020-05-28 15:09:50 -07:00
Steven Li 404797b5b4 Re-created TD-437 2020-05-28 15:09:45 -07:00
MysticBoy a3732ef12c Merge remote-tracking branch 'remotes/origin/develop' into feature/mqtt 2020-05-28 23:56:03 +08:00
Shengliang Guan 6a7da09d7f
Merge pull request #2067 from taosdata/hotfix/mgmt
Hotfix/mgmt
2020-05-28 22:40:45 +08:00
Shengliang Guan abc947cecd [TD-335] rename some functions 2020-05-28 14:37:30 +00:00
Shengliang Guan 8fa2f79be4 [TD-335] log 2020-05-28 12:24:17 +00:00
Shengliang Guan fe22dcf99b [TD-335] fix bug while get mnode ipset 2020-05-28 12:24:02 +00:00
slguan ad721970e3 Merge branch 'develop' into hotfix/mgmt 2020-05-28 19:01:59 +08:00
Shengliang Guan e3eab7497a
Merge pull request #2066 from taosdata/develop_lihui
[add cluster sim case]
2020-05-28 19:00:04 +08:00
Hui Li 7da305f43d [add cluster sim case] 2020-05-28 18:57:28 +08:00
Shengliang Guan 07b81a18a7
Merge pull request #2065 from taosdata/hotfix/sangshuduo/fix-resource-leak-in-mgmtTable.c
fix resource leak in mgmtTable.c
2020-05-28 18:48:33 +08:00
Shengliang Guan 3e2218db56
Merge pull request #2064 from taosdata/hotfix/subinsert
[td-409]fix bug that callback function is not set correctly in sub-in…
2020-05-28 18:47:16 +08:00
Shengliang Guan c00c934559
Merge pull request #2063 from taosdata/patch/td-436
td-436: update limits in document
2020-05-28 18:46:37 +08:00
Shuaiqiang Chang 1b638069eb feat: add out of order data 2020-05-28 18:43:36 +08:00
Shengliang Guan 0b4a5b130f [TD-354] add sql parser for stream table 2020-05-28 10:17:38 +00:00
Haojun Liao 656128d9cf Merge branch 'develop' into feature/query 2020-05-28 17:58:50 +08:00
Haojun Liao b94905d056 [td-409]fix bug that callback function is not set correctly in sub-insert object. 2020-05-28 17:45:21 +08:00
Bomin Zhang e92fec2db5 td-436: update limit in document 2020-05-28 17:34:56 +08:00
Shuduo Sang c773992e06 fix resource leak in mgmtTable.c 2020-05-28 17:32:48 +08:00
Shengliang Guan 6d4d454dde
Merge pull request #2061 from taosdata/hotfix/print-nchar-dead-loop
Hotfix/print nchar dead loop
2020-05-28 16:30:16 +08:00
Bomin Zhang a08a23715b Merge remote-tracking branch 'origin/develop' into hotfix/print-nchar-dead-loop 2020-05-28 16:16:01 +08:00
Bomin Zhang 8c49afc1f4 fix incorrect length in nchar conversion 2020-05-28 16:15:24 +08:00
Shengliang Guan 68a8d081f1
Merge pull request #2060 from taosdata/hotfix/print-nchar-dead-loop
fix possible dead loop in shellPrintNChar
2020-05-28 15:29:51 +08:00
Bomin Zhang 73eee9d80b fix possible dead loop in shellPrintNChar 2020-05-28 15:25:56 +08:00
Shuaiqiang Chang 03335a7497 Merge branch 'develop' into hotfix/taos-tools
* develop: (25 commits)
  fix table/column_num.py coredump
  fix table encode and decode bug
  [td-430] fix bug while client does not retrieve or paritally retrieve result from vnode.
  fix name bug
  TD-354
  [TD-90] fix invalid read
  [TD-90] add insert and modify tag schema
  bugfix: alloc space for holding null-terminator
  update connector document
  fix option uint print
  define error in hex
  security flag shall be reset if a newlink from client
  [TD-90] tagschema develop
  TD-423
  [TD-90]tagschema develop
  fix tests/test/c/importPerTabe.c typo
  [TD-90] tag schema develop
  shell suport multiple commands in single statement
  scripts
  [TD-410] not print local error msg
  ...
2020-05-28 15:16:11 +08:00
Shengliang Guan 3528ed61d0 [TD-335] rename mgmt to mnode 2020-05-28 07:09:53 +00:00
Shengliang Guan 453590e2ec [TD-335] sort include file 2020-05-28 06:44:05 +00:00
Haojun Liao bfcdbf76d6 [td-225] fix bugs in interp query 2020-05-28 14:43:03 +08:00
Haojun Liao eae2cd3eef [td-225] merge with develop branch, fix bugs in interp query 2020-05-28 14:22:51 +08:00
slguan 966fb02016 Merge branch 'develop' into hotfix/mgmt 2020-05-28 14:08:55 +08:00
Shengliang Guan 780e3e1bb9 [TD-335] fix bug while auto create table 2020-05-28 06:01:27 +00:00