VersionSet::Builder::Apply() does not mutate its argument.
PiperOrigin-RevId: 420533763
This commit is contained in:
parent
42cf899927
commit
7ee3889a61
@ -626,7 +626,7 @@ class VersionSet::Builder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Apply all of the edits in *edit to the current state.
|
// Apply all of the edits in *edit to the current state.
|
||||||
void Apply(VersionEdit* edit) {
|
void Apply(const VersionEdit* edit) {
|
||||||
// Update compaction pointers
|
// Update compaction pointers
|
||||||
for (size_t i = 0; i < edit->compact_pointers_.size(); i++) {
|
for (size_t i = 0; i < edit->compact_pointers_.size(); i++) {
|
||||||
const int level = edit->compact_pointers_[i].first;
|
const int level = edit->compact_pointers_[i].first;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user