Explorar el Código

添加合并逻辑-朱陈媛

main
朱陈媛 hace 4 semanas
padre
commit
9189610948
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      leveldb_base/db/db_impl.cc

+ 1
- 0
leveldb_base/db/db_impl.cc Ver fichero

@ -598,6 +598,7 @@ void DBImpl::CompactRange(const Slice* begin, const Slice* end) {
}
TEST_CompactMemTable(); // TODO(sanjay): Skip if memtable does not overlap
// 这个改成小于等于,test能过,但这不是改变原本的手动合并逻辑了吗?-朱陈媛
// 改了之后应该也不影响合并
for (int level = 0; level <= max_level_with_files; level++) {
TEST_CompactRange(level, begin, end);
}

Cargando…
Cancelar
Guardar