features: Remove _FEATURE suffix from hinted_handoff feature name

All the other features are named w/o one. The internal const-s
are all different, but I'm fixing it separately.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
Message-Id: <20191209154310.21649-1-xemul@scylladb.com>
This commit is contained in:
Pavel Emelyanov
2019-12-09 18:43:10 +03:00
committed by Avi Kivity
parent 761b19cee5
commit 3a21419fdb

View File

@@ -114,7 +114,7 @@ static const sstring DIGEST_INSENSITIVE_TO_EXPIRY = "DIGEST_INSENSITIVE_TO_EXPIR
static const sstring COMPUTED_COLUMNS_FEATURE = "COMPUTED_COLUMNS";
static const sstring CDC_FEATURE = "CDC";
static const sstring NONFROZEN_UDTS_FEATURE = "NONFROZEN_UDTS";
static const sstring HINTED_HANDOFF_SEPARATE_CONNECTION_FEATURE = "HINTED_HANDOFF_SEPARATE_CONNECTION_FEATURE";
static const sstring HINTED_HANDOFF_SEPARATE_CONNECTION_FEATURE = "HINTED_HANDOFF_SEPARATE_CONNECTION";
static const sstring SSTABLE_FORMAT_PARAM_NAME = "sstable_format";