summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Wu <yiwu@fb.com>2018-08-21 17:13:10 -0700
committerYi Wu <yiwu@fb.com>2018-08-21 17:13:10 -0700
commit626550343f861ab19d4fdcb74fde728a6c043e6a (patch)
tree283fa0d70a8ad771078e1dc11945599f8efe1c9a
parente12d15320af0089707ebc688ae0cc0b4515fe9b5 (diff)
Bump version to 5.14.3 and update HISTORYv5.14.3rocksdb-5.14.3
-rw-r--r--HISTORY.md2
-rw-r--r--include/rocksdb/version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index e4658089d..0eb93ec33 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index f2b55cf0a..b5372c751 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -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