1. 18 5月, 2020 1 次提交
  2. 17 5月, 2020 1 次提交
  3. 16 5月, 2020 1 次提交
  4. 15 5月, 2020 1 次提交
  5. 13 5月, 2020 3 次提交
  6. 12 5月, 2020 1 次提交
  7. 11 5月, 2020 2 次提交
  8. 10 5月, 2020 2 次提交
  9. 09 5月, 2020 2 次提交
  10. 08 5月, 2020 4 次提交
  11. 07 5月, 2020 2 次提交
  12. 06 5月, 2020 1 次提交
  13. 05 5月, 2020 2 次提交
  14. 04 5月, 2020 7 次提交
    • H
      [td-168] fix bug in handling the new string · 9cdc251d
      hjxilinx 提交于
      9cdc251d
    • J
      working version · d58c42b4
      jtao1735 提交于
      d58c42b4
    • J
      second draft · b6225968
      jtao1735 提交于
      b6225968
    • J
      first draft · fb27589c
      jtao1735 提交于
      fb27589c
    • Y
      Proper error handling in dnodeOpenVnodes / dnodeCloseVnodes · 952eec14
      yifan hao 提交于
      * Description
      These two functions do not properly handle any error returned from
      dnodeGetVnodeList(). This patch als changes the signature of
      dnodeGetVnodeList() to make sure it returns only status, and number
      of vnodes is passed out through a separate argument.
      
      * Testing
      Before the patch, if I start taosd and then remove 'vnode' folder,
      the shutdown message would include the following:
      05/03 14:26:17.158204 0x140025950476096 DND total vnodes:-2147483296 are
      all closed
      
      This shows the code uses error code as vnode count.
      
      After the patch, it outputs proper error message:
      05/03 14:30:45.044762 0x139933723604800 DND Get dnode list failed
      952eec14
    • Y
      Proper error handling in dnodeOpenVnodes / dnodeCloseVnodes · 9336fd3d
      yifan hao 提交于
      * Description
      These two functions do not properly handle any error returned from
      dnodeGetVnodeList(). This patch als changes the signature of
      dnodeGetVnodeList() to make sure it returns only status, and number
      of vnodes is passed out through a separate argument.
      
      * Testing
      Before the patch, if I start taosd and then remove 'vnode' folder,
      the shutdown message would include the following:
      05/03 14:26:17.158204 0x140025950476096 DND total vnodes:-2147483296 are
      all closed
      
      This shows the code uses error code as vnode count.
      
      After the patch, it outputs proper error message:
      05/03 14:30:45.044762 0x139933723604800 DND Get dnode list failed
      9336fd3d
    • Y
      [Trivial] Fix initialization code of TSDB_MOD_MGMT module. · f041e6c2
      yifan hao 提交于
      * Description
      This patch fixes enablement of TSDB_MOD_MGMT module, which was
      incorrectly assign to 'name' variable.
      
      * Testing
      Compile the code. Feel free to suggest more testing that needs to
      be done. Given that 'tsModule' is zero initialized, I don't think
      there's any functional difference for this patch.
      f041e6c2
  15. 01 5月, 2020 1 次提交
  16. 29 4月, 2020 3 次提交
  17. 28 4月, 2020 2 次提交
  18. 26 4月, 2020 2 次提交
  19. 24 4月, 2020 1 次提交
  20. 23 4月, 2020 1 次提交