diff --git a/gms/feature_service.hh b/gms/feature_service.hh index 5f1d4e6951..9fe07e0d85 100644 --- a/gms/feature_service.hh +++ b/gms/feature_service.hh @@ -116,6 +116,7 @@ public: gms::feature collection_indexing { *this, "COLLECTION_INDEXING"sv }; gms::feature large_collection_detection { *this, "LARGE_COLLECTION_DETECTION"sv }; gms::feature range_tombstone_and_dead_rows_detection { *this, "RANGE_TOMBSTONE_AND_DEAD_ROWS_DETECTION"sv }; + gms::feature truncate_as_topology_operation { *this, "TRUNCATE_AS_TOPOLOGY_OPERATION"sv }; gms::feature secondary_indexes_on_static_columns { *this, "SECONDARY_INDEXES_ON_STATIC_COLUMNS"sv }; gms::feature tablets { *this, "TABLETS"sv }; gms::feature uuid_sstable_identifiers { *this, "UUID_SSTABLE_IDENTIFIERS"sv };