• L
    fixed 22, reimplement b+ tree · be6c2b45
    Longda 提交于
    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
    be6c2b45
disk_buffer_pool.h 5.7 KB