提交 19f926d5 编写于 作者: Z zhiru 提交者: jinhai

update


Former-commit-id: f4d146642f08d9bbeff93f785a61bad63cd51635
上级 ec3c25e4
......@@ -139,7 +139,9 @@ DBImpl::DBImpl(const Options& options)
meta_ptr_ = DBMetaImplFactory::Build(options.meta);
mem_mgr_ = std::make_shared<MemManager>(meta_ptr_, options_);
// mem_mgr_ = (MemManagerPtr)(new MemManager(meta_ptr_, options_));
StartTimerTasks();
if (options.mode != "read_only") {
StartTimerTasks();
}
}
Status DBImpl::CreateTable(meta::TableSchema& table_schema) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册