提交 f663bdca 编写于 作者: Z zhiru 提交者: jinhai

update


Former-commit-id: 1760ea04488fc283868352dec36d9dda8c4c0fd7
上级 623f8375
......@@ -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.
先完成此消息的编辑!
想要评论请 注册