mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
db/view/build_progress_virtual_reader: Also adjust end RT bound
Signed-off-by: Duarte Nunes <duarte@scylladb.com>
This commit is contained in:
@@ -137,7 +137,7 @@ class build_progress_virtual_reader {
|
||||
mf = range_tombstone(
|
||||
adjust_ckey(scylla_in_progress_rt.start),
|
||||
scylla_in_progress_rt.start_kind,
|
||||
scylla_in_progress_rt.end,
|
||||
adjust_ckey(scylla_in_progress_rt.end),
|
||||
scylla_in_progress_rt.end_kind,
|
||||
scylla_in_progress_rt.tomb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user