Files
scylladb/sstables
Raphael S. Carvalho 0f95066be4 sstables: fix a bug which invalidated generated sstables
Column stats min_timestamp, max_timestamp and max_local_deletion_time
were being update incorrectly.

max_local_deletion_time should be std::numeric_limits<int>::max() by
default, and then keep track of max local deletion time, if any.

This bug prevented a sstable generated by us from being compacted by
c* because max_local_deletion_time was storing std::numeric_limits<int>
::min(), and thus the sstable would be considered fully expired.

Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>
2015-06-23 12:13:26 -03:00
..
2015-06-08 01:47:11 +03:00
2015-06-22 11:13:42 -04:00
2015-06-03 10:55:34 +03:00
2015-06-03 10:55:34 +03:00
2015-06-23 09:48:58 +03:00