Ver código fonte

add a TODO

naive_version
ArcueidType 3 semanas atrás
pai
commit
2d970272b0
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      db/db_impl.cc

+ 1
- 0
db/db_impl.cc Ver arquivo

@ -605,6 +605,7 @@ void DBImpl::TEST_CompactRange(int level, const Slice* begin,
assert(level <= config::kNumLevels);
if (level == config::kNumLevels) {
// TTL: TODO: update files in the last level
return;
}

Carregando…
Cancelar
Salvar