From e4922e181e4e449a0bdeab048ec19674218cfcc5 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Tue, 4 Oct 2016 15:20:15 -0700 Subject: [PATCH] Forgot to truncate one blog post --- .../_posts/2016-02-24-rocksdb-4-2-release.markdown | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/_posts/2016-02-24-rocksdb-4-2-release.markdown b/docs/_posts/2016-02-24-rocksdb-4-2-release.markdown index 253f0562c..409015cc8 100644 --- a/docs/_posts/2016-02-24-rocksdb-4-2-release.markdown +++ b/docs/_posts/2016-02-24-rocksdb-4-2-release.markdown @@ -10,16 +10,8 @@ redirect_from: New RocksDB release - 4.2! - - **New Features** - - - - - - 1. Introduce CreateLoggerFromOptions(), this function create a Logger for provided DBOptions. @@ -29,15 +21,11 @@ New RocksDB release - 4.2! 3. Add MemoryUtil in rocksdb/utilities/memory.h. It currently offers a way to get the memory usage by type from a list rocksdb instances. - - + **Public API changes** - - - 1. CompactionFilter::Context includes information of Column Family ID