storage_service: Announce range tombstones feature

This patch enables the RANGE_TOMBSTONES supported feature, meaning
that the node is capable of accepting row entry tombstones as range
tombstones.

Signed-off-by: Duarte Nunes <duarte@scylladb.com>
This commit is contained in:
Duarte Nunes
2016-05-31 11:44:17 +02:00
parent 70083efee2
commit c970d682d1

View File

@@ -97,7 +97,7 @@ sstring storage_service::get_config_supported_features() {
// Add features supported by this local node. When a new feature is
// introduced in scylla, update it here, e.g.,
// return sstring("FEATURE1,FEATURE2")
return sstring("");
return RANGE_TOMBSTONES_FEATURE;
}
std::set<inet_address> get_seeds() {