Commit Graph

15032 Commits

Author SHA1 Message Date
lichuang 3ac7f05f98 [TD-3963]add community version macro in cmakefile,change keep option base on version 2021-05-31 15:12:52 +08:00
Shuduo Sang d7d38d88af
Hotfix/sangshuduo/td 4353 taosdemo subscribe resub for develop (#6303)
* [TD-4353]<fix>: taosdemo resub if resubAfterConsume != -1

* fix but resubafter use endafter section.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-31 13:39:09 +08:00
Shuduo Sang 61fc181487
Feature/sangshuduo/td 4068 taosdemo stmt (#6299)
* merge with develop branch.

change query/tests/CMakeLists.txt to allow unused function and variable.

* refactor data generating.

* refactor.

* refactor.

* refactor.

* refactor.

* refactor

* add prepare stmt function.

* refactor get rand timestamp.

* fix windows compile error.

* copy logic of generate data for stmt.

* insert data basically works now.

* fix windows compile issue.

* [TD-4068]<feature>: taosdemo stmt interface.

stb batch insert works.

* [TD-4068]<feature>: taosdemo support stmt.

normal table insert works.

* [TD-4068]<feature>: taosdemo support stmt.

interlace write works.

* add compile macro to make taosdemo same with master branch.

* fix clang compile error.

* fix memory leak.

* add more macro.

* fix rest segfault.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-31 11:01:38 +08:00
huili a7e1c34895
Merge pull request #6292 from taosdata/xiaoping/add_test_case
[TD-4420]<test>: add test case
2021-05-31 09:42:02 +08:00
haojun Liao a176484f08
Merge pull request #6298 from taosdata/fix/develop_typo
Update tscSubquery.c
2021-05-31 00:09:54 +08:00
haojun Liao f58dbc2f4e
Update tscSubquery.c 2021-05-31 00:09:20 +08:00
Shengliang Guan 647bb54bfc
Merge pull request #6280 from taosdata/feature/TD-4384
[TD-4384]<fix>: fixed an uninitialized bug
2021-05-30 23:22:11 +08:00
Shengliang Guan 7af1fccb5d
Merge pull request #6284 from taosdata/feature/TD-1920
[TD-1920]load mininal modules,and disable sync wal when compact mnode wal
2021-05-30 23:21:13 +08:00
Shuduo Sang 32fba9d015
Feature/sangshuduo/td 4068 taosdemo stmt (#6295)
* merge with develop branch.

change query/tests/CMakeLists.txt to allow unused function and variable.

* refactor data generating.

* refactor.

* refactor.

* refactor.

* refactor.

* refactor

* add prepare stmt function.

* refactor get rand timestamp.

* fix windows compile error.

* copy logic of generate data for stmt.

* insert data basically works now.

* fix windows compile issue.

* [TD-4068]<feature>: taosdemo stmt interface.

stb batch insert works.

* [TD-4068]<feature>: taosdemo support stmt.

normal table insert works.

* [TD-4068]<feature>: taosdemo support stmt.

interlace write works.

* add compile macro to make taosdemo same with master branch.

* fix clang compile error.

* fix memory leak.

* add more macro.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-30 07:02:51 +08:00
haojun Liao 0d4913e039
Merge pull request #6265 from taosdata/feature/TD-4385
[TD-4385]prepare with auto create table
2021-05-29 22:17:07 +08:00
Haojun Liao 6eb29bf2b8 [td-4385] fix bug found by regression test. 2021-05-29 19:35:42 +08:00
Ping Xiao d43743e678 [TD-4420]<test>: add test case 2021-05-29 16:24:11 +08:00
Haojun Liao ebd919bc43 [td-4385]fix compiler error on arm32 2021-05-29 15:48:24 +08:00
Haojun Liao be8853ffee [td-4385] merge develop. 2021-05-29 14:46:14 +08:00
Haojun Liao 9bfe74aa8c [td-4385] add java api for dynamic create table during insert data. 2021-05-29 14:24:44 +08:00
haojun Liao 5536e81e52
Merge pull request #6242 from taosdata/feature/query
Feature/query
2021-05-29 14:23:13 +08:00
Shuduo Sang 889ed47b56
Hotfix/sangshuduo/td 4406 taosdemo auto create tables for develop (#6288)
* cherry-pick from master branch.

* cherry-pick from master branch. c23043c0ced30f7b1f85b0ae65db405e9fc70b5d

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-29 11:52:36 +08:00
lichuang 6f7a349f48 [TD-1920]disable log 2021-05-29 09:14:11 +08:00
Shuduo Sang 88f3e7aad8
[TD-4353]<fix>: taosdemo resub if resubAfterConsume != -1 (#6286)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-29 09:04:13 +08:00
Shuduo Sang c568259840
Hotfix/sangshuduo/td 3913 mips compile support for develop (#6278)
* [TD-3913]<fix>: mips compile support.

* [TD-3913]<fix>: mips64 support.

* fix osSignal.c

* fix tcrc32c.c

* fix cmake.

* fix osInc.h

* fix gcc 4.8 compile error.

* fix clang compile error.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-29 00:24:53 +08:00
Shuduo Sang f0fea88d4f
Feature/sangshuduo/td 4068 taosdemo stmt (#6274)
* merge with develop branch.

change query/tests/CMakeLists.txt to allow unused function and variable.

* refactor data generating.

* refactor.

* refactor.

* refactor.

* refactor.

* refactor

* add prepare stmt function.

* refactor get rand timestamp.

* fix windows compile error.

* copy logic of generate data for stmt.

* insert data basically works now.

* fix windows compile issue.

* [TD-4068]<feature>: taosdemo stmt interface.

stb batch insert works.

* [TD-4068]<feature>: taosdemo support stmt.

normal table insert works.

* [TD-4068]<feature>: taosdemo support stmt.

interlace write works.

* add compile macro to make taosdemo same with master branch.

* fix clang compile error.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-28 19:51:00 +08:00
lichuang 9050532645 [TD-1920]revert debug code 2021-05-28 19:40:43 +08:00
lichuang 35e2285328 [TD-1920]load mininal modules,and disable sync wal when compact mnode wal 2021-05-28 19:37:47 +08:00
liuyq-617 4d5e99b890 [TD-4415]Add exceptions in valgrind_taos.supp 2021-05-28 08:32:03 +00:00
XYWang 25e3bde264 [TD-4384]<fix>: fixed an uninitialized bug 2021-05-28 15:14:20 +08:00
Haojun Liao 004ee2999c [td-225] 2021-05-28 12:47:28 +08:00
haojun Liao a8e97be5a2
Merge pull request #6248 from taosdata/feature/TD-3950
[TD-3950]cache last
2021-05-28 11:44:45 +08:00
Haojun Liao 71319327c2 [td-225] fix bug found by regression test. 2021-05-28 11:37:56 +08:00
dapan1121 5789abb8be fix windows compile error 2021-05-28 10:00:20 +08:00
Shengliang Guan a0533072db
Merge pull request #6258 from taosdata/feature/TD-1920
[TD-1920]add mnode_bak and mnode_tmp dir exist check when start up
2021-05-28 09:19:46 +08:00
Shuduo Sang dae5a07488
Feature/sangshuduo/td 4068 taosdemo stmt (#6250)
* merge with develop branch.

change query/tests/CMakeLists.txt to allow unused function and variable.

* refactor data generating.

* refactor.

* refactor.

* refactor.

* refactor.

* refactor

* add prepare stmt function.

* refactor get rand timestamp.

* fix windows compile error.

* copy logic of generate data for stmt.

* insert data basically works now.

* fix windows compile issue.

* [TD-4068]<feature>: taosdemo stmt interface.

stb batch insert works.

* [TD-4068]<feature>: taosdemo support stmt.

normal table insert works.

* [TD-4068]<feature>: taosdemo support stmt.

interlace write works.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-28 00:00:26 +08:00
Shuduo Sang 703cc9a5e1
[TD-4382]<fix>: taosdemo query result file is null. (#6263)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-28 00:00:00 +08:00
dapan1121 7b602ab658 fix case issue 2021-05-27 18:36:08 +08:00
dapan1121 5592f1ec0b fix case issue 2021-05-27 18:06:40 +08:00
dapan1121 0dcff322e5 fix bug 2021-05-27 17:51:09 +08:00
Elias Soong 95d0970334
Merge pull request #6262 from taosdata/docs/Update-Latest-Feature
[TD-4387] <docs>: fix broken link to server config doc.
2021-05-27 17:10:44 +08:00
Elias Soong 0e97b39787 [TD-4387] <docs>: fix broken link to server config doc. 2021-05-27 17:10:17 +08:00
dapan1121 16378507da support auto create table 2021-05-27 17:01:57 +08:00
codedump fdba7bc769
Merge pull request #6053 from taosdata/feature/TD-4034
add cache last null columns feature
2021-05-27 16:16:02 +08:00
lichuang f1f7d5564f [TD-1920]add mnode_bak and mnode_tmp dir exist check when start up 2021-05-27 16:02:57 +08:00
Elias Soong 5856518dac
Merge pull request #6257 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-05-27 15:49:25 +08:00
dapan1121 11026023e2 fix windows compile error 2021-05-27 11:52:02 +08:00
dapan1121 57bfff85b4 Merge branch 'feature/TD-4034' into feature/TD-3950 2021-05-27 10:54:37 +08:00
Haojun Liao 644bed2dad [td-225] 2021-05-27 10:04:20 +08:00
lichuang 3ed41deca1 Merge branch 'develop' into feature/TD-4034 2021-05-27 09:57:51 +08:00
Haojun Liao 315ce829e5 [td-225] merge develop 2021-05-26 19:52:19 +08:00
Haojun Liao 96b0705a6b [td-225]add test cases. 2021-05-26 19:43:51 +08:00
lichuang d66b6e2d85 [TD-4034]refactor code 2021-05-26 19:35:47 +08:00
Shengliang Guan 6b3e339c76
Merge pull request #6238 from taosdata/feature/m2d
Feature/m2d
2021-05-26 18:43:15 +08:00
dapan1121 389e58d075 Merge branch 'feature/TD-4034' into feature/TD-3950 2021-05-26 18:31:34 +08:00