From ff5e541335cb86ba65745ebdf0e50e6126261f41 Mon Sep 17 00:00:00 2001 From: Calle Wilund Date: Tue, 5 Feb 2019 13:06:07 +0000 Subject: [PATCH] storage_service: Add "truncation_table" feature --- service/storage_service.cc | 6 +++++- service/storage_service.hh | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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: