소스 검색

Merge branch 'main' into wesley

main
wesley 8 달 전
부모
커밋
fbc2471200
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      db/db_impl.cc

+ 1
- 0
db/db_impl.cc 파일 보기

@ -189,6 +189,7 @@ DBImpl::~DBImpl() {
if (owns_cache_) {
delete options_.block_cache;
}
delete vtable_manager_;
}
Status DBImpl::NewDB() {

불러오는 중...
취소
저장