fixed 22, reimplement b+ tree
Other improvement 1. add code format file 2. add gitignore 3. add memory pool utility 4. remove useless file mpool.h, index_manager.cpp/h 5. rename the interface of disk_buffer_pool basing on the new mem_pool 6. add some logs in db/table/disk_buffer_pool 7. add unit test mem_pool_test/log_test/bplus_tree_test 8. code format all modified files 9. redefine the interface of table_meta 10. change log's full path as file name 11. add utility function, print_callstack, remove warning of path
Showing
.clang-format
0 → 100644
.gitignore
0 → 100644
deps/common/mm/mem_pool.cpp
0 → 100644
deps/common/mm/mem_pool.h
0 → 100644
deps/common/mm/mpool.h
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
unitest/bplus_tree_test.cpp
0 → 100644
此差异已折叠。
此差异已折叠。
unitest/mem_pool_test.cpp
0 → 100644
此差异已折叠。
想要评论请 注册 或 登录