range_tombstone_accumulator: drop _reversed flag

This commit is contained in:
Botond Dénes
2021-08-05 12:27:00 +03:00
parent f07805c3ef
commit f02632aeb0
6 changed files with 10 additions and 42 deletions

View File

@@ -192,8 +192,8 @@ public:
, _view_updates(std::move(views_to_update))
, _updates(std::move(updates))
, _existings(std::move(existings))
, _update_tombstone_tracker(*_schema, false)
, _existing_tombstone_tracker(*_schema, false)
, _update_tombstone_tracker(*_schema)
, _existing_tombstone_tracker(*_schema)
, _now(now) {
}
view_update_builder(view_update_builder&& other) noexcept = default;