mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
Adding to API function to return count of sstables in L0 if leveled compaction strategy is enabled, 0 otherwise. Currently, we don't support leveled compaction strategy, so function to return count of sstables in L0 always return zero. Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>