config: Change "auto_snapshot" to "used"

This commit is contained in:
Calle Wilund
2015-09-28 13:38:24 +02:00
committed by Calle Wilund
parent 56228fba24
commit 7856d7fe02

View File

@@ -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 */ \