transport: remove additional options from TABLETS_ROUTING_V1

Closes scylladb/scylladb#16701
This commit is contained in:
Sylwia Szunejko
2024-01-09 14:29:00 +01:00
committed by Botond Dénes
parent 5981900dca
commit eabe97bcd0

View File

@@ -35,8 +35,6 @@ std::vector<seastar::sstring> additional_options_for_proto_ext(cql_protocol_exte
return {format("LWT_OPTIMIZATION_META_BIT_MASK={:d}", cql3::prepared_metadata::LWT_FLAG_MASK)};
case cql_protocol_extension::RATE_LIMIT_ERROR:
return {format("ERROR_CODE={}", exceptions::exception_code::RATE_LIMIT_ERROR)};
case cql_protocol_extension::TABLETS_ROUTING_V1:
return {"TABLETS_ROUTING_V1"};
default:
return {};
}