Update HISTORY.md and version.h for 6.12.6

This commit is contained in:
Andrew Kryczka 2020-10-13 09:30:27 -07:00
parent 56fee9f1ae
commit 7885d8f9bd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Rocksdb Change Log # Rocksdb Change Log
## Unreleased ## 6.12.6 (2020-10-13)
### Bug Fixes ### Bug Fixes
* Fix false positive flush/compaction `Status::Corruption` failure when `paranoid_file_checks == true` and range tombstones were written to the compaction output files. * Fix false positive flush/compaction `Status::Corruption` failure when `paranoid_file_checks == true` and range tombstones were written to the compaction output files.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6 #define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 12 #define ROCKSDB_MINOR 12
#define ROCKSDB_PATCH 5 #define ROCKSDB_PATCH 6
// Do not use these. We made the mistake of declaring macros starting with // 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 // double underscore. Now we have to live with our choice. We'll deprecate these