Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
rui xia
frocksdb
Commits
984140f4
Commit
984140f4
authored
Dec 19, 2016
by
Islam AbdelRahman
Browse files
Bump version to 4.13.5
parent
ddabcd8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
HISTORY.md
View file @
984140f4
# Rocksdb Change Log
## 4.13.5
### Public API Change
*
Fix a regression in compaction performance.
*
Disallow calling IngestExternalFile() on a dropped column family.
*
Add EventListener::OnExternalFileIngested() event that will be called for files that are successfully ingested.
## 4.13.4
### Public API Change
*
Removed flashcache support.
...
...
include/rocksdb/version.h
View file @
984140f4
...
...
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 4
#define ROCKSDB_MINOR 13
#define ROCKSDB_PATCH
4
#define ROCKSDB_PATCH
5
// 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment