Files
scylladb/sstables
Raphael S. Carvalho 3ddb9be984 db: fix compaction on an empty column family
When forcing a compaction on a column family with no sstables, an
assert will fail because there is no sstables to be compacted.
This problem is fixed by ignoring a compaction request when no
sstable is provided.

Fixes #61.

Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>
Reviewed-by: Nadav Har'El <nyh@cloudius-systems.com>
2015-08-05 14:04:22 +03:00
..
2015-08-03 20:33:59 +03:00
2015-06-03 10:55:34 +03:00
2015-08-03 20:33:59 +03:00
2015-07-22 11:51:40 +03:00