1. 06 4月, 2023 1 次提交
  2. 29 3月, 2023 1 次提交
    • 羽飞's avatar
      thread-safe buffer pool and btree supported (#145) · 31fa2558
      羽飞 提交于
      Fix problem:
      1. the buffer pool and b tree is not thread safe;
      2. github/workflow/build does not work
      
      ### What is changed and how it works?
      1. thread-safe buffer pool
      - I use a mutex in buffer pool and take a lock in buffer pool operations
      such as allocate frame, dispose frame;
      - The frame is locked while updating/reading the content of frame;
      - Frame manager take a lock when allocate/free pages.
      
      2. thread-safe b+tree
      - Crabing protocol is used to support concurrent
      
      3. github/workflow/build
      - update the submodules;
      - create a build script and run build.sh in build.yaml
      31fa2558
  3. 09 3月, 2023 1 次提交
  4. 06 3月, 2023 1 次提交
  5. 28 1月, 2023 4 次提交
  6. 26 1月, 2023 2 次提交
  7. 10 1月, 2023 2 次提交
  8. 09 1月, 2023 4 次提交
  9. 08 1月, 2023 1 次提交
  10. 03 1月, 2023 2 次提交
  11. 07 12月, 2022 1 次提交
    • X
      build: develop by vscode in docker container (#100) (#125) · 7e6a6d2a
      Xu Wenhao 提交于
      优化Docker开发环境:
      - docker镜像使用zsh;
      - 自动初始化vscode开发调试配置环境;
      - 容器中开启ssh服务,方便远程开发;
      - 可以在构建镜像时clone自己的代码;
      - 提供了丰富详细的使用文档。
      7e6a6d2a
  12. 05 12月, 2022 1 次提交
    • 羽飞's avatar
      mysql communicator (#124) · e279dc7a
      羽飞 提交于
      tested by mariadb ( Ver 15.1 Distrib 5.5.65-MariaDB, for Linux (x86_64) using readline 5.1)
      but failed with obclient
      e279dc7a
  13. 17 11月, 2022 1 次提交
  14. 14 11月, 2022 1 次提交
  15. 02 11月, 2022 1 次提交
  16. 28 10月, 2022 1 次提交
  17. 24 10月, 2022 1 次提交
  18. 20 10月, 2022 12 次提交
  19. 17 10月, 2022 1 次提交
  20. 13 10月, 2022 1 次提交