mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
update
Former-commit-id: 1760ea04488fc283868352dec36d9dda8c4c0fd7
This commit is contained in:
parent
623f837548
commit
f663bdcac3
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user