mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
Intended to create both index and data file based on current generation of the sstables. This function is similar to open_data(), which only opens both files, relying on their existence. This function is a small step towards the write support of both data and index files. Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>