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
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
Haojun Liao
847a0d7de3
[td-225] fix bug while client does not retrieve or paritally retrieve result from vnode.
2020-05-28 10:21:40 +08: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
Steven Li
d536eb5617
Merge remote-tracking branch 'origin/hotfix/freesqlobj' into feature/crash_gen
2020-05-27 16:10:57 -07:00
Steven Li
e3fb8775d3
Merge remote-tracking branch 'origin/develop' into feature/crash_gen
2020-05-27 16:08:46 -07:00
Steven Li
c0a5f61f78
Found server crash bug TD-437
2020-05-27 16:08:21 -07: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
MysticBoy
a1b436d7ba
Merge remote-tracking branch 'remotes/origin/develop' into feature/mqtt
2020-05-27 14:30:43 +08:00
MysticBoy
81530a9b04
modify for mqtt start and cleanup
2020-05-27 12:39:14 +08: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