From ebaff6f9e281024d1dbb36d628303a153a858db9 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Tue, 25 Mar 2014 10:24:37 -0700 Subject: [PATCH] fix the HISTORY file to describe change happened in b47812fb --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3b71273aa..905901853 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,7 +7,7 @@ * Removed arena.h from public header files. * By default, checksums are verified on every read from database * Added is_manual_compaction to CompactionFilter::Context -* Added "virtual void WaitForJoin() = 0" in class Env +* Added "virtual void WaitForJoin()" in class Env. Default operation is no-op. * Removed BackupEngine::DeleteBackupsNewerThan() function * Added new option -- verify_checksums_in_compaction * Chagned Options.prefix_extractor from raw pointer to shared_ptr (take ownership)