Commit Graph

16101 Commits

Author SHA1 Message Date
Shuduo Sang 5694f03f1a
Hotfix/sangshuduo/td 3913 mips compile support (#6279)
* [TD-3913]<fix>: mips compile support.

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

add mips64 header file and modify tcrc32c.c for mips64.

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

verified on real loongson machine.

* fix cmake.

* fix gcc 4.8 compile error.

* fix clang compile error.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-29 08:21:57 +08:00
Shuduo Sang 921b36c7b1
[TD-4406]<fix>: taosdemo auto create table. (#6281)
* [TD-4406]<fix>: taosdemo auto create table.

* fix child table exists or auto create logic.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-29 07:31:35 +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
Minglei Jin 24cf44583e [TD-4417]<fix>: return database not ready if vnode status & role not ready 2021-05-28 19:41:47 +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
dapan1121 ef58f09931 support alter column length 2021-05-28 19:09:55 +08:00
dapan1121 d6ddc5a807 fix compile error 2021-05-28 19:06:22 +08:00
Shuduo Sang 72e2c66d86
[TD-4068]<feature>: taosdemo support stmt. (#6270)
* [TD-4068]<feature>: taosdemo support stmt.

for easy merge purpose. disabled in master.

* fix clang compile error.
2021-05-28 17:59:32 +08:00
Shengliang Guan 339b8077f7
Merge pull request #6276 from taosdata/hotfix/crashgen
Hotfix/crashgen
2021-05-28 17:32:15 +08:00
Ping Xiao 1465fd9cfc Fix test failure 2021-05-28 16:50:43 +08:00
liuyq-617 4d5e99b890 [TD-4415]Add exceptions in valgrind_taos.supp 2021-05-28 08:32:03 +00:00
dapan1121 3a37e5d176 fix bug 2021-05-28 15:21:34 +08:00
Elias Soong 0470c13497 [TD-4277] <docs>: update description about inserting into multi tables with auto creating table. 2021-05-28 15:17:11 +08:00
dapan1121 f382d2b9dd fix bug 2021-05-28 15:16:20 +08:00
XYWang 25e3bde264 [TD-4384]<fix>: fixed an uninitialized bug 2021-05-28 15:14:20 +08:00
Elias Soong c45affa78e [TD-2639] <docs>: correct database parameter about time precision. 2021-05-28 14:32:34 +08:00
huili af367dc279
Merge pull request #6268 from taosdata/test/TD-4376
Test/td 4376
2021-05-28 14:28:46 +08:00
Shengliang Guan e7ad161a8a Merge remote-tracking branch 'origin/master' into hotfix/crashgen 2021-05-28 14:20:05 +08:00
Shengliang Guan 5bc050ccdf TD-4393 2021-05-28 14:19:16 +08:00
Ping Xiao 06e9250c6b Merge branch 'master' into xiaoping/test_case 2021-05-28 14:07:44 +08:00
dapan1121 54f4c61c6a add prepare APIs 2021-05-28 13:47:54 +08:00
tickduan c7764d4478 ltime > stime to do replace 2021-05-28 13:00:12 +08:00
Haojun Liao 004ee2999c [td-225] 2021-05-28 12:47:28 +08:00
bryanchang0603 5e112b6671 Merge branch 'master' into test/TD-4376 2021-05-28 11:49:45 +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
Elias Soong 78edd3b4a4 [TD-4377] <docs>: fix files number calculation in vnode. 2021-05-28 11:19:02 +08:00
tickduan 7617a973f8 Merge branch 'master' into cq 2021-05-28 11:11:36 +08:00
tickduan 398397bcaa change to asynchrous call mode with support last time query 2021-05-28 11:10:20 +08:00
Elias Soong f9031cfaa1 [TD-2639] <docs>: correct parameter about time precision. 2021-05-28 10:48:40 +08:00
Shuduo Sang afb0d66d03
[TD-4382]<fix>: taosdemo query result file is null. (#6259)
* [TD-4382]<fix>: taosdemo query result file is null.

* modify CI

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: liuyq-617 <yqliu@taosdata.com>
2021-05-28 10:47:06 +08:00
bryanchang0603 6bd6001fe9 [TD-4376] modify execute to query for select 2021-05-28 10:43:15 +08:00
bryanchang0603 f8f091b5c7 [TD-4376] adding test case 2021-05-28 10:12:46 +08:00
dapan1121 5789abb8be fix windows compile error 2021-05-28 10:00:20 +08:00
Elias Soong a4533076e3 [TD-2639] <docs>: fix typo about replica. 2021-05-28 09:53:35 +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
yihaoDeng 24751e99fe [TD-2570]<fix>: 2021-05-28 05:10:47 +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
Shengliang Guan 265dae1c14
Merge pull request #6255 from taosdata/hotfix/crashgen
[TD-3279]<fix>: memory link while perform delete action
2021-05-27 18:35:31 +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
Huo Linhe 998680015d
[TD-4370]<fix>: squashed commit of python connector changes in develop (#6246)
commit 0c81e3c0ba89c86f6d17d51d5056146e177cace5
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Fri May 14 10:27:13 2021 +0800

    [TD-4160]<fix>: remove python connector soft links, fix tests and documents

commit f439fce413423e7d7c97eef180c93d63dedab32e
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed May 12 18:50:53 2021 +0800

    [TD-182]: bump python connector version to v2.0.10 (#6091)

    Also fix url error in setup.py

commit 4ae55d494a262e482f6b34e8bf193cc6af62a886
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed May 12 09:49:26 2021 +0800

    [TD-4370]<fix>: merge python connector changes to master

    Inludes:

    [TD-182]<enhance>: use single repo for python connector (#6036)

    * [TD-182]<enhance>: use single repo for python connector

    Remove code for each platform and build up one single python code base
    for windows/osx/linux platforms and python2/python3 runtime.

    * [TD-182]<enhance>: remove redundant code in python connector

    * [TD-4149] <fix>: fix python connection config error
2021-05-27 17:44:57 +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
lichuang 66d5bff0eb [TD-1568]fix conflict from develop 2021-05-27 16:43:31 +08:00