From 7856d7fe02008d05480dd4dbf8abef5a93056ce3 Mon Sep 17 00:00:00 2001 From: Calle Wilund Date: Mon, 28 Sep 2015 13:38:24 +0200 Subject: [PATCH] config: Change "auto_snapshot" to "used" --- db/config.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/config.hh b/db/config.hh index e6166c21c2..67e03fd02a 100644 --- a/db/config.hh +++ b/db/config.hh @@ -407,7 +407,7 @@ public: "The port for inter-node communication." \ ) \ /* Advanced automatic backup setting */ \ - val(auto_snapshot, bool, true, Unused, \ + val(auto_snapshot, bool, true, Used, \ "Enable or disable whether a snapshot is taken of the data before keyspace truncation or dropping of tables. To prevent data loss, using the default setting is strongly advised. If you set to false, you will lose data on truncation or drop." \ ) \ /* Key caches and global row properties */ \