mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
The make_sstable_containing() can validate the applied mutations are produced by the resulting sstable if the callers asks for it. To do so the mutations are merged prior to checking and this merging should only happen if validation is requested, otherwise it just makes no sense. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>