1. 29 11月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 11128 move taosdump out (#8757) · 0b01819d
      sangshuduo 提交于
      * [TD-11128]<feature>: move taosdump out of tdengine.
      
      * [TD-11128]<feature>: move taosdump out from TDengine.
      
      * remove avro installation from deb and rpm
      
      * update to full function taos-tools
      
      * update taos-tools with better tar.gz support.
      
      * make taosdump build by default. and disable taoshellCheckCase.py temporarily.
      
      * update README.md for taos-tools build.
      
      * disable taos-tools on arm.
      
      * disable taosdumpTestNanoSupport.py case due to taosdump do not support sql format
      
      * export interface taos_parse_time() with same style.
      
      * fix taos-tools install script.
      
      * fix version format for rpmbuild
      
      * update README.md
      0b01819d
  2. 24 11月, 2021 1 次提交
  3. 03 11月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 4959 taosdump support binarydump (#8522) · 684ab343
      sangshuduo 提交于
      * [TD4959]<feature>: taosdump support dumping binary data.
      
      * [TD-4959]<feature>: taosdump support avro format.
      
      add avro as submodule.
      
      * [TD-4959]<feature>: taosdump support avro format.
      
      add avro as submodule.
      
      * taosdump code refactoring.
      
      * add avro argument interface.
      
      * fix arm32 build issue.
      
      * hugh refactoring.
      
      * fix tag value rather than reuse note.
      
      * redefine note/varible
      
      * taosdump text-format dump reworked.
      
      * use avro standard schema format.
      
      * build avro-c on linux only.
      
      * avro schema write works.
      
      * support bool,tinyint,smallint,int,bigint,float,double,timestamp write
      
      * support nchar dump
      
      * support all codecs
      
      * adjust options order.
      
      * refactor code
      
      * multithread dump in sql refactored.
      
      * fix nchar quote mark.
      
      * fix bash script error
      
      * fix arg parse issue.
      
      * add avro dump in stmt interfaces.
      
      * basic dump in works.
      
      * fix src/kit/taosdump/CMakeLists.txt for CentOS
      
      * fix memory leak.
      
      * no avro utils installed
      
      * make cmake and install script supports avro.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      684ab343
  4. 11 10月, 2021 2 次提交
  5. 17 9月, 2021 1 次提交
  6. 07 7月, 2021 2 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6788) · ce9119b3
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      
      * add /etc/ld.so.conf.d/jemalloc.conf for centos
      
      * check ver comp by file.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      ce9119b3
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6784) · 3da8055c
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      
      * add /etc/ld.so.conf.d/jemalloc.conf for centos
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      3da8055c
  7. 06 7月, 2021 4 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6767) · 7c869c76
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      7c869c76
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6766) · 7d9efc95
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      
      * fix position bug.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      7d9efc95
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6762) · 7a80bf04
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      7a80bf04
    • Z
      add tq release packagine scripts (#6739) · a657f452
      Zhiyu Yang 提交于
      * change version number
      
      * change packaging scripts
      
      * add more scripts
      
      * change scripts
      
      * change
      
      * change
      
      * change
      Co-authored-by: Nplum-lihui <huili@taosdata.com>
      a657f452
  8. 13 5月, 2021 1 次提交
  9. 19 2月, 2021 1 次提交
  10. 05 2月, 2021 1 次提交
  11. 28 1月, 2021 1 次提交
  12. 11 1月, 2021 1 次提交
    • H
      [NONE] · 173a23de
      Hui Li 提交于
      173a23de
  13. 29 12月, 2020 1 次提交
  14. 15 12月, 2020 1 次提交
  15. 28 11月, 2020 1 次提交
  16. 01 9月, 2020 1 次提交
  17. 29 8月, 2020 1 次提交
  18. 25 8月, 2020 2 次提交
    • H
      [TD-1203] · a8417e7b
      Hui Li 提交于
      a8417e7b
    • Amos_沧海桑田's avatar
      install.sh: create empty history file after installation · a7f58f94
      Amos_沧海桑田 提交于
      There is a error message in first use of taos, because the history
      file doesn't exist.
      
      This patch tried to create an empty history file after installation,
      then users won't see the error message.
      
      | [root@045a9307c53a ~]# taos
      |
      | Welcome to the TDengine shell from Linux, Client Version:2.0.1.1
      | Copyright (c) 2017 by TAOS Data, Inc. All rights reserved.
      |
      | Failed to open file /root/.taos_history
      | taos>
      Signed-off-by: Amos_沧海桑田's avatarAmos Kong <kongjianjun@gmail.com>
      a7f58f94
  19. 22 8月, 2020 1 次提交
  20. 20 8月, 2020 1 次提交
  21. 13 8月, 2020 3 次提交
  22. 04 8月, 2020 2 次提交
  23. 01 8月, 2020 3 次提交
  24. 30 7月, 2020 3 次提交
  25. 28 7月, 2020 2 次提交
  26. 11 2月, 2020 1 次提交