Procházet zdrojové kódy

VersionSet::Builder::Apply() does not mutate its argument.

PiperOrigin-RevId: 420533763
naive_version
Victor Costan před 2 roky
odevzdal Victor Costan
rodič
revize
7ee3889a61
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      db/version_set.cc

+ 1
- 1
db/version_set.cc Zobrazit soubor

@ -626,7 +626,7 @@ class VersionSet::Builder {
}
// Apply all of the edits in *edit to the current state.
void Apply(VersionEdit* edit) {
void Apply(const VersionEdit* edit) {
// Update compaction pointers
for (size_t i = 0; i < edit->compact_pointers_.size(); i++) {
const int level = edit->compact_pointers_[i].first;

Načítá se…
Zrušit
Uložit