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 |
Shengliang Guan
|
0b4a5b130f
|
[TD-354] add sql parser for stream table
|
2020-05-28 10:17:38 +00: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 |
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 |
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 |
Shengliang Guan
|
30e867daa6
|
[TD-335] remove log
|
2020-05-28 05:26:21 +00:00 |
Shengliang Guan
|
009478db8a
|
Merge pull request #2058 from taosdata/feature/2.0tsdb
Feature/2.0tsdb
|
2020-05-28 11:58:34 +08:00 |
Shengliang Guan
|
09b68c4a14
|
[TD-335] fix refcount error
|
2020-05-28 03:50:46 +00:00 |
Shengliang Guan
|
a6c3ffd540
|
[TD-335] fix invalid read in mwrite queue
|
2020-05-28 03:40:02 +00:00 |
Hongze Cheng
|
85c9508fb7
|
fix table/column_num.py coredump
|
2020-05-28 03:39:31 +00:00 |
Shengliang Guan
|
18bf8f6db3
|
Merge pull request #2056 from taosdata/hotfix/freesqlobj
[td-430] fix bug while client does not retrieve or paritally retrieve…
|
2020-05-28 10:14:08 +08:00 |
Shengliang Guan
|
5c889fff54
|
[TD-335] refact SMnodeMsg
|
2020-05-28 02:13:38 +00:00 |
Hongze Cheng
|
0be65a23c6
|
Merge branch 'develop' into feature/2.0tsdb
|
2020-05-28 02:10:24 +00:00 |
Hongze Cheng
|
1da4fa6aef
|
fix table encode and decode bug
|
2020-05-28 01:36:35 +00:00 |
Shengliang Guan
|
5a601c83f1
|
[TD-335] optimize mnode queue
|
2020-05-28 01:35:26 +00:00 |
Haojun Liao
|
82a3dcab88
|
[td-430] fix bug while client does not retrieve or paritally retrieve result from vnode.
|
2020-05-28 01:33:38 +08:00 |
Shengliang Guan
|
d1003fedff
|
[TD-335] message put into peer queue
|
2020-05-27 10:57:38 +00:00 |
Hongze Cheng
|
160725945f
|
fix name bug
|
2020-05-27 10:40:08 +00:00 |
Shengliang Guan
|
cf6872796b
|
[TD-335] first compiler vresion
|
2020-05-27 10:10:16 +00:00 |
Shengliang Guan
|
f71c5aea81
|
Merge pull request #2050 from taosdata/feature/tagschema
[TD-90]Change TagSchema Feature/tagschema
|
2020-05-27 18:09:55 +08:00 |
Hongze Cheng
|
75d70aef40
|
Merge branch 'develop' into feature/2.0tsdb
|
2020-05-27 09:56:54 +00:00 |
Hongze Cheng
|
83c75d875e
|
TD-354
|
2020-05-27 09:11:28 +00:00 |
Tao Liu
|
056b24c724
|
[TD-90] fix invalid read
|
2020-05-27 09:06:13 +00:00 |
Shengliang Guan
|
a4deb2efd4
|
Merge pull request #2054 from freemine/bugfix
bugfix: alloc space for holding null-terminator
|
2020-05-27 14:46:29 +08:00 |
Hongze Cheng
|
13760c7e82
|
Merge branch 'develop' into feature/2.0tsdb
|
2020-05-27 06:32:44 +00:00 |
Tao Liu
|
4076bc6124
|
Merge branch 'develop' into feature/tagschema
|
2020-05-27 04:03:12 +00:00 |
Tao Liu
|
6390536449
|
[TD-90] add insert and modify tag schema
|
2020-05-27 04:01:34 +00:00 |
freemine
|
89da3e1479
|
bugfix: alloc space for holding null-terminator
|
2020-05-27 11:53:57 +08:00 |
Shengliang Guan
|
a9dbf73d34
|
Merge pull request #2052 from taosdata/feature/td-342
td-342: shell multiple statements support
|
2020-05-27 11:49:21 +08:00 |
Shengliang Guan
|
dbe54d4046
|
Merge pull request #2049 from taosdata/hotfix/rpcSecurity
security flag shall be reset if a newlink from client
|
2020-05-27 11:48:47 +08:00 |
Shengliang Guan
|
1272f9c279
|
Merge pull request #2048 from taosdata/patch/hex-err
define error in hex
|
2020-05-27 11:48:20 +08:00 |
Bomin Zhang
|
c27edd47b7
|
update connector document
|
2020-05-27 11:37:42 +08:00 |
Hongze Cheng
|
4f57295b86
|
Merge branch 'develop' into feature/2.0tsdb
|
2020-05-27 03:33:34 +00:00 |
Hongze Cheng
|
9c11c959d5
|
fix option uint print
|
2020-05-27 03:28:12 +00:00 |
Bomin Zhang
|
5270b1e331
|
define error in hex
|
2020-05-27 10:51:46 +08:00 |