diff --git a/service/storage_service.cc b/service/storage_service.cc index 637c8d6d83..084fcc6dd6 100644 --- a/service/storage_service.cc +++ b/service/storage_service.cc @@ -106,6 +106,7 @@ static const sstring LA_SSTABLE_FEATURE = "LA_SSTABLE_FORMAT"; static const sstring STREAM_WITH_RPC_STREAM = "STREAM_WITH_RPC_STREAM"; static const sstring MC_SSTABLE_FEATURE = "MC_SSTABLE_FORMAT"; static const sstring ROW_LEVEL_REPAIR = "ROW_LEVEL_REPAIR"; +static const sstring TRUNCATION_TABLE = "TRUNCATION_TABLE"; distributed _the_storage_service; @@ -150,6 +151,7 @@ storage_service::storage_service(distributed& db, sharded set_cql_ready(bool ready); private: