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
98084910
Commit
98084910
authored
Sep 15, 2016
by
sdong
Browse files
Release 4.11.2
parent
fbd1c982
Changes
2
Hide whitespace changes
Inline
Side-by-side
HISTORY.md
View file @
98084910
# Rocksdb Change Log
## 4.11.2 (9/15/2016)
### Bug fixes
*
Segfault when failing to open an SST file for read-ahead iterators.
*
WAL without data for all CFs is not deleted after recovery.
## 4.11.1 (8/30/2016)
### Bug Fixes
*
Mitigate the regression bug of deadlock condition during recovery when options.max_successive_merges hits.
...
...
include/rocksdb/version.h
View file @
98084910
...
...
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 4
#define ROCKSDB_MINOR 11
#define ROCKSDB_PATCH
1
#define ROCKSDB_PATCH
2
// 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