Explorar el Código

Merge branch 'main' into wesley

main
wesley hace 8 meses
padre
commit
fbc2471200
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      db/db_impl.cc

+ 1
- 0
db/db_impl.cc Ver fichero

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

Cargando…
Cancelar
Guardar