mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
The manager reference is already available in constructor and thus can be copied to on-table member. The code that chooses the manager (user/system one) should be moved from make_column_family_config() into add_column_family() method. Once this happens, the get_sstables_manager() should be fixed to return the reference from its new location. While at it -- mark the method in question noexcept and add it's mutable overload. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>