Bump up the version to 6.4.4

This commit is contained in:
sdong 2019-09-17 17:29:41 -07:00
parent 7ff41fea6e
commit 9840ed9eef
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# Rocksdb Change Log
## 6.4.3 (9/17/2019)
* Fix a bug introduced 6.3 which could cause wrong results in a corner case when prefix bloom filter is used and the iterator is reseeked.
## 6.4.2 (9/3/2019)
### Bug Fixes
* Fix a bug in file ingestion caused by incorrect file number allocation when the number of column families involved in the ingestion exceeds 2.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 4
#define ROCKSDB_PATCH 3
#define ROCKSDB_PATCH 4
// 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