Explorar el Código

Fixed typo in comment in version_set.h.

Flagged by presubmit check.

PiperOrigin-RevId: 243118632
main
Chris Mumford hace 5 años
padre
commit
71ed7c401e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      db/version_set.h

+ 1
- 1
db/version_set.h Ver fichero

@ -375,7 +375,7 @@ class Compaction {
// Each compaction reads inputs from "level_" and "level_+1"
std::vector<FileMetaData*> inputs_[2]; // The two sets of inputs
// State used to check for number of of overlapping grandparent files
// State used to check for number of overlapping grandparent files
// (parent == level_ + 1, grandparent == level_ + 2)
std::vector<FileMetaData*> grandparents_;
size_t grandparent_index_; // Index in grandparent_starts_

Cargando…
Cancelar
Guardar