mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
If partition contains no static and clustering rows or range tombstones mp_row_consumer will return disengaged mutation_fragment_opt with is_mutation_end flag set to mark end of this partition. Current, mutation_reader::impl code incorrectly recognized disengaged mutation fragment as end of the stream of all mutations. This patch fixes that by using is_mutation_end flag to determine whether end of partition or end of stream was reached. Fixes #1503. Signed-off-by: Paweł Dziepak <pdziepak@scylladb.com> Message-Id: <1469525449-15525-1-git-send-email-pdziepak@scylladb.com>