We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a72bb1 commit 4cfbd87Copy full SHA for 4cfbd87
HISTORY.md
@@ -1,5 +1,7 @@
1
# Rocksdb Change Log
2
## Unreleased
3
+
4
+## 6.5.2 (11/15/2019)
5
### Bug Fixes
6
* Fix a assertion failure in MultiGe4t() when BlockBasedTableOptions::no_block_cache is true and there is no compressed block cache
7
* Fix a buffer overrun problem in BlockBasedTable::MultiGet() when compression is enabled and no compressed block cache is configured.
include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6
8
#define ROCKSDB_MINOR 5
9
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
10
11
// Do not use these. We made the mistake of declaring macros starting with
12
// double underscore. Now we have to live with our choice. We'll deprecate these
0 commit comments