Commit dbb3cac0 authored by tao tao's avatar tao tao
Browse files

Initial commit

parent 99bad218
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -17,7 +17,7 @@ See the Mulan PSL v2 for more details. */
#include "defs.h"
DiskManager::DiskManager() { memset(fd2pageno_, 0, MAX_FD * (sizeof(std::atomic<page_id_t>) / sizeof(char))); }
//DiskManager::DiskManager() { memset(fd2pageno_, 0, MAX_FD * (sizeof(std::atomic<page_id_t>) / sizeof(char))); }
/**
* @description: 将数据写入文件的指定磁盘页面中
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment