mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
config: Reformat
This commit is contained in:
10
db/config.hh
10
db/config.hh
@@ -84,8 +84,14 @@ struct experimental_features_t {
|
||||
// NOTE: RAFT and BROADCAST_TABLES features are not enabled via `experimental` umbrella flag.
|
||||
// These options should be enabled explicitly.
|
||||
// RAFT feature has to be enabled if BROADCAST_TABLES is enabled.
|
||||
enum class feature { UNUSED, UDF, ALTERNATOR_STREAMS, RAFT,
|
||||
BROADCAST_TABLES, KEYSPACE_STORAGE_OPTIONS };
|
||||
enum class feature {
|
||||
UNUSED,
|
||||
UDF,
|
||||
ALTERNATOR_STREAMS,
|
||||
RAFT,
|
||||
BROADCAST_TABLES,
|
||||
KEYSPACE_STORAGE_OPTIONS,
|
||||
};
|
||||
static std::map<sstring, feature> map(); // See enum_option.
|
||||
static std::vector<enum_option<experimental_features_t>> all();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user