1. 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
  2. 28 1月, 2023 4 次提交
  3. 26 1月, 2023 1 次提交
  4. 09 1月, 2023 1 次提交
    • 羽飞's avatar
      execute plan (#126) · 62af5129
      羽飞 提交于
      logical plan & physical plan;
      explain;
      yacc rewrite;
      join operator(nested loop join);
      simple rewrite rules;
      fix some issues of mysql protocol;
      62af5129
  5. 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
  6. 17 11月, 2022 1 次提交
  7. 24 10月, 2022 1 次提交
  8. 17 10月, 2022 1 次提交
  9. 13 10月, 2022 1 次提交
  10. 07 10月, 2022 1 次提交
  11. 23 9月, 2022 2 次提交
  12. 20 9月, 2022 1 次提交
  13. 06 9月, 2022 2 次提交
  14. 02 9月, 2022 1 次提交
    • 羽飞's avatar
      fix exit bug (#57) · 3b7870b4
      羽飞 提交于
      修复进程退出时,libevent 无法正常结束循环的BUG
      3b7870b4
  15. 01 9月, 2022 1 次提交
  16. 12 8月, 2022 1 次提交
  17. 10 8月, 2022 1 次提交
  18. 13 7月, 2022 3 次提交
  19. 11 7月, 2022 2 次提交
  20. 09 7月, 2022 1 次提交
  21. 08 7月, 2022 3 次提交
  22. 05 7月, 2022 2 次提交
  23. 03 7月, 2022 2 次提交
  24. 02 7月, 2022 2 次提交
  25. 01 7月, 2022 1 次提交
  26. 28 6月, 2022 1 次提交
  27. 24 6月, 2022 1 次提交