Files
scylladb/test/boost
Pavel Emelyanov 50e6810536 table, db, tests: Pass sstables_manager& into table constructor
In core code there's only one place that constructs table -- in
database.cc -- and this place currently has the sstables_manager pointer
sitting on table config (despite it's a pointer, it's always non-null).

All the tests always use the manager from one of _env's out there.

For now the new contructor arg is unused.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
2022-05-27 16:27:44 +03:00
..
2022-05-10 10:45:14 +03:00
2022-05-11 16:49:31 +02:00
2022-02-28 12:36:03 +02:00