mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
database: Don't break namespace withexternal alias
The namespace replica is broken in the middle with sstable_list alias, while the latter can be declared earlier Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#18664
This commit is contained in:
committed by
Botond Dénes
parent
9ab57b12bb
commit
59aec1f300
@@ -139,6 +139,7 @@ class mutation_reordered_with_truncate_exception : public std::exception {};
|
||||
class column_family_test;
|
||||
class table_for_tests;
|
||||
class database_test;
|
||||
using sstable_list = sstables::sstable_list;
|
||||
|
||||
extern logging::logger dblog;
|
||||
|
||||
@@ -284,12 +285,6 @@ private:
|
||||
lw_shared_ptr<memtable> new_memtable();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
using sstable_list = sstables::sstable_list;
|
||||
|
||||
namespace replica {
|
||||
|
||||
class distributed_loader;
|
||||
class table_populator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user