shenglian zhou
3b86cd1242
Merge branch 'develop' into feature/td-4647-2
2021-07-19 20:13:35 +08:00
Cary Xu
567ecdc401
restore codes as error imported from previous commit
2021-07-17 10:47:26 +08:00
Cary Xu
f06ec62786
conflict resolve
2021-07-17 09:46:30 +08:00
shenglian zhou
f79e53e36d
fix tstrerror code
2021-07-16 22:28:47 +08:00
Cary Xu
58f2621fc8
code optimization
2021-07-16 19:17:35 +08:00
Cary Xu
2f271fa684
code optimization and give the same hint when exceed max columns
2021-07-15 21:09:30 +08:00
shenglian zhou
3a2ace484c
fix schemaversion error that caused taosd core dump
2021-07-14 11:25:40 +08:00
kailixu
e65340519e
refactor
2021-07-13 03:00:33 +00:00
kailixu
f24dca541f
refactor the payload to K_V format for prepare mode
2021-07-12 23:21:47 +00:00
kailixu
889aa8a11b
code refactor
2021-07-12 05:10:33 +00:00
kailixu
c5c1d65ab3
restore and don't perform the ratio check
2021-07-11 15:51:20 +00:00
Cary Xu
1cd331a376
payload refactor to support 4096
2021-07-11 14:44:13 +08:00
Cary Xu
c10d065e1a
fix windows compiler err
2021-07-07 08:07:13 +08:00
Cary Xu
9ed5a42cf6
tsc raw data combination restructure
2021-07-07 07:14:08 +08:00
Haojun Liao
3c7469de35
[td-225] merge develop.
2021-07-06 23:22:37 +08:00
Cary Xu
7f49ece341
Merge branch 'develop' into feature/TD-4666
2021-07-01 16:02:31 +08:00
Haojun Liao
41ab4a5f9b
[td-4973]<fix>:fix the conversion bug in outer query when handling the data of nchar type.
2021-07-01 10:41:35 +08:00
Kaili Xu
93993d0796
[TD-4666]<feature>: support max column num to 4096
2021-06-10 18:51:10 +08:00
Shengliang Guan
017299c082
Merge from master
2021-06-09 10:23:11 +08:00
tickduan
47f85222d4
after kill client connection in taosd can not create stream normally
2021-06-07 09:28:14 +08:00
Haojun Liao
c85123df36
Merge remote-tracking branch 'origin/feature/query' into feature/query
2021-06-04 11:50:15 +08:00
Haojun Liao
b0281578d5
[td-4529] diff support super table query.
2021-06-04 11:49:56 +08:00
Shengliang Guan
0d5d2736be
Merge from master
2021-06-02 10:27:07 +08:00
Haojun Liao
d9f403ad3d
[td-255] merge develop.
2021-06-01 22:45:47 +08:00
Haojun Liao
691eba4782
[td-255]merge develop
2021-05-31 17:09:18 +08:00
Haojun Liao
3b22abb108
[td-255] refactor code.
2021-05-31 00:26:07 +08:00
Haojun Liao
71319327c2
[td-225] fix bug found by regression test.
2021-05-28 11:37:56 +08:00
tickduan
4b4199ce41
cq support continue query from last stop time
2021-05-26 20:50:00 +08:00
Haojun Liao
eecd5c9440
[td-225] merge develop
2021-05-26 11:22:20 +08:00
Haojun Liao
f414d8a9c4
[td-4151]
2021-05-25 10:15:38 +08:00
Haojun Liao
3dc445f99f
[td-225]
2021-05-21 17:31:26 +08:00
Shengliang Guan
50ee6f1091
Merge from master
2021-05-21 14:50:56 +08:00
Haojun Liao
5ade893fd9
[td-225]fix bugs found by regression test.
2021-05-21 13:57:38 +08:00
Haojun Liao
e655a68f69
[td-225]merge develop
2021-05-20 22:13:57 +08:00
Haojun Liao
0f22b3d41b
[td-3186]
2021-05-20 10:17:16 +08:00
Shuduo Sang
4c1e13b60e
Revert "Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 ( #6155 )" ( #6156 )
...
This reverts commit e8d2162cce .
2021-05-18 21:43:28 +08:00
Shuduo Sang
e8d2162cce
Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 ( #6155 )
...
* DB/create: fix create database when default quorum > replica
* [TD-4081]<fix>: fix vnode dropping
* test/sim: fix null to 0 in show dnodes;
* [TD-4081]<fix>: [v3] fix vnode closing
* [TD-4081]<fix>: vnode not close if dropped
* Revert "test/sim: fix null to 0 in show dnodes;"
This reverts commit 70213e6526 .
* vnode/write: make last write msg to be written or confirmed
* vnode/drop: ingore invalid vgroup id if already dropped
* vnode/read: use app not ready instead of invalid vgroup id to make crash_gen happy
* vnode/close: wait write 900ms
* [td-4209]<fix>: add the uid check for super table metadata that is already cached in local buffer.
* [td-4209]
* [td-225] refactor a sim script.
* Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 (#6147 )
* [TD-4136]<fix>: taosdemo max records per req < 32767
* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.
check insert rows for progressive.
* fix with answer_yes.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.
Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: Minglei Jin <stephenk@gmx.us>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-18 21:34:10 +08:00
Haojun Liao
9277029da7
[td-3186]
2021-05-18 10:42:18 +08:00
Haojun Liao
e620e2e83a
[td-4209]<fix>: add the uid check for super table metadata that is already cached in local buffer.
2021-05-17 12:53:35 +08:00
Haojun Liao
e6e4240067
[td-4151]refactor code.
2021-05-15 13:45:42 +08:00
Haojun Liao
dfcb2f8ef0
[td-225] refactor
2021-05-14 15:36:24 +08:00
Haojun Liao
9326bee430
[td-4151] code refactor.
2021-05-13 10:54:28 +08:00
Haojun Liao
4b3301be83
[td-225] merge develop
2021-05-12 20:01:39 +08:00
Shengliang Guan
ed903bd9eb
Merge pull request #6074 from taosdata/feature/m2d
...
Feature/m2d
2021-05-11 20:31:05 +08:00
Haojun Liao
1d002f4aa7
[td-225] refactor code.
2021-05-11 10:14:27 +08:00
Shengliang Guan
45a0859a5f
Merge from master into develop
2021-05-10 17:42:34 +08:00
Haojun Liao
8223aa416f
[td-4038]<feature>: support column data batch bind.
2021-05-10 11:15:52 +08:00
dapan1121
6df8ed9f4e
support bind multiple tables
2021-05-07 15:06:31 +08:00
Haojun Liao
d57b94599f
[td-3299]
2021-05-06 15:05:45 +08:00
yihaoDeng
f1098e1cc3
[TD-3747]
2021-05-06 13:20:53 +08:00