summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorIslam AbdelRahman <tec@fb.com>2015-10-29 18:07:37 -0700
committerIslam AbdelRahman <tec@fb.com>2015-10-29 18:07:37 -0700
commit2872e0c8c2d6ec55aff0f6d8912bbfc1a62d9056 (patch)
tree573ab35358846c602697657f888aa13a7a877489 /HISTORY.md
parent296c3a1f940ba87be710e44280e47104a1af19ad (diff)
Clean and expose CreateLoggerFromOptions
Summary: CreateLoggerFromOptions have some parameters like db_log_dir and env, these parameters are redundant since they already exist in DBOptions this patch remove the redundant parameters and expose CreateLoggerFromOptions to users Test Plan: make check Reviewers: igor, anthony, yhchiang, rven, kradhakrishnan, sdong Reviewed By: sdong Subscribers: dhruba, hermanlee4 Differential Revision: https://reviews.facebook.net/D49713
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 990f7c071..ba21dd402 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,7 @@
* The need-compaction hint given by TablePropertiesCollector::NeedCompact() will be persistent and recoverable after DB recovery. This introduces a breaking format change. If you use this experimental feature, including NewCompactOnDeletionCollectorFactory() in the new version, you may not be able to directly downgrade the DB back to version 4.0 or lower.
* TablePropertiesCollectorFactory::CreateTablePropertiesCollector() now takes an option Context, containing the information of column family ID for the file being written.
* Remove DefaultCompactionFilterFactory.
+* Introduce CreateLoggerFromOptions(), this function create a Logger for provided DBOptions.
## 4.1.0 (10/8/2015)
### New Features