]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.14.3 and update HISTORY rocksdb-5.14.3 v5.14.3
authorYi Wu <yiwu@fb.com>
Wed, 22 Aug 2018 00:13:10 +0000 (17:13 -0700)
committerYi Wu <yiwu@fb.com>
Wed, 22 Aug 2018 00:13:10 +0000 (17:13 -0700)
HISTORY.md
include/rocksdb/version.h

index e4658089d24325e2f5a5d28f0518b8449f1fc2bc..0eb93ec339d4dac34ca39678948144633c4af1f3 100644 (file)
@@ -3,6 +3,8 @@
 ## 5.14.3 (8/21/2018)
 ### Public API Change
 * The merge operands are passed to `MergeOperator::ShouldMerge` in the reversed order relative to how they were merged (passed to FullMerge or FullMergeV2) for performance reasons
+### Bug Fixes
+* Fixes DBImpl::FindObsoleteFiles() calling GetChildren() on the same path
 
 ## 5.14.2 (7/3/2018)
 ### Bug Fixes
index f2b55cf0a232fcad99c7383525dc2f70e6f54d58..b5372c7510c641d4e80ace047270431784749a9e 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 14
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // Do not use these. We made the mistake of declaring macros starting with
 // double underscore. Now we have to live with our choice. We'll deprecate these