mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
" The table keeps references on sstables_ and compaction_ managers (among other things), but the latter sits as a pointer on table's config while the former -- as on-table direct reference. This set unifies both by turning sstables manager on-config pointer into on-table reference. branch: https://github.com/xemul/scylla/tree/br-table-vs-sstables-manager tests: https://jenkins.scylladb.com/job/releng/job/Scylla-CI/574/ " * 'br-table-vs-sstables-manager' of https://github.com/xemul/scylla: tests: Remove sstables_manager& from column_family_test_config() table: Move sstables_manager from config onto table itself table, db, tests: Pass sstables_manager& into table constructor