mirror of https://github.com/facebook/rocksdb.git
Update version and history for 6.0
This commit is contained in:
parent
cf98df34c1
commit
48c8d8445e
|
@ -1,5 +1,6 @@
|
||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
## Unreleased
|
|
||||||
|
## 6.0.0 (2/19/2019)
|
||||||
### New Features
|
### New Features
|
||||||
* Enabled checkpoint on readonly db (DBImplReadOnly).
|
* Enabled checkpoint on readonly db (DBImplReadOnly).
|
||||||
* Make DB ignore dropped column families while committing results of atomic flush.
|
* Make DB ignore dropped column families while committing results of atomic flush.
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
// (found in the LICENSE.Apache file in the root directory).
|
// (found in the LICENSE.Apache file in the root directory).
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define ROCKSDB_MAJOR 5
|
#define ROCKSDB_MAJOR 6
|
||||||
#define ROCKSDB_MINOR 18
|
#define ROCKSDB_MINOR 0
|
||||||
#define ROCKSDB_PATCH 0
|
#define ROCKSDB_PATCH 0
|
||||||
|
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in New Issue