提交 cbeee656 编写于 作者: X xl 提交者: MizuhaHimuraki

assign use_seg_array_ true when prepare_container_

when prepare_container_, file_id_list use seg_array instead of list_array.

we need assign use_seg_array_ true that time
上级 06e11981
......@@ -789,6 +789,8 @@ int ObFileIdList::prepare_container_()
container_ptr_->destroy();
log2file_list_allocator_->free(container_ptr_);
container_ptr_ = tmp_container_ptr;
use_seg_array_ = true;
CSR_LOG(INFO, "use seg array in prepare_container_ function");
}
}
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册