提交 4537b9da 编写于 作者: 羽飞's avatar 羽飞

refactor index directory

上级 b2435c20
...@@ -20,7 +20,7 @@ See the Mulan PSL v2 for more details. */ ...@@ -20,7 +20,7 @@ See the Mulan PSL v2 for more details. */
#include "common/log/log.h" #include "common/log/log.h"
#include "common/lang/string.h" #include "common/lang/string.h"
#include "storage/common/record_manager.h" #include "storage/common/record_manager.h"
#include "storage/common/bplus_tree.h" #include "storage/index/bplus_tree.h"
#include "storage/common/table.h" #include "storage/common/table.h"
#include "storage/common/condition_filter.h" #include "storage/common/condition_filter.h"
...@@ -230,4 +230,4 @@ RC DefaultHandler::sync() ...@@ -230,4 +230,4 @@ RC DefaultHandler::sync()
} }
} }
return rc; return rc;
} }
\ No newline at end of file
...@@ -15,7 +15,7 @@ See the Mulan PSL v2 for more details. */ ...@@ -15,7 +15,7 @@ See the Mulan PSL v2 for more details. */
#include <list> #include <list>
#include <iostream> #include <iostream>
#include "storage/common/bplus_tree.h" #include "storage/index/bplus_tree.h"
#include "storage/default/disk_buffer_pool.h" #include "storage/default/disk_buffer_pool.h"
#include "rc.h" #include "rc.h"
#include "common/log/log.h" #include "common/log/log.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册