mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
db: add database::stop()
Required by distributed<>'s contract.
This commit is contained in:
@@ -228,7 +228,7 @@ public:
|
||||
std::unordered_map<sstring, keyspace> keyspaces;
|
||||
static future<database> populate(sstring datadir);
|
||||
keyspace* find_keyspace(const sstring& name);
|
||||
future<> stop() { return make_ready_future<>(); }
|
||||
};
|
||||
|
||||
|
||||
#endif /* DATABASE_HH_ */
|
||||
|
||||
Reference in New Issue
Block a user