1. 11 1月, 2022 12 次提交
  2. 10 1月, 2022 2 次提交
  3. 03 1月, 2022 1 次提交
  4. 30 12月, 2021 1 次提交
  5. 29 12月, 2021 1 次提交
  6. 21 12月, 2021 1 次提交
  7. 13 12月, 2021 1 次提交
  8. 08 12月, 2021 1 次提交
  9. 07 12月, 2021 2 次提交
  10. 06 12月, 2021 1 次提交
  11. 03 12月, 2021 1 次提交
  12. 01 12月, 2021 1 次提交
  13. 30 11月, 2021 2 次提交
  14. 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
  15. 26 11月, 2021 1 次提交
  16. 25 11月, 2021 2 次提交
  17. 24 11月, 2021 4 次提交
  18. 23 11月, 2021 2 次提交
  19. 22 11月, 2021 1 次提交
  20. 19 11月, 2021 1 次提交
  21. 18 11月, 2021 1 次提交
    • Y
      Handle memory allocation failure when open vnode · a67c3fd1
      Yifan Hao 提交于
      This patch fixes a few error handling of memory allocation
      failure while opening vnodes.
      
      bonus fix: also add a new error code to indicate failure
      of opening vnode. Before the patch, the function would simply
      return -1 when vnode open fails.
      a67c3fd1