mirror of
https://github.com/facebook/rocksdb.git
synced 2024-12-04 11:03:22 +00:00
Update HISTORY and version to 9.9.2
This commit is contained in:
parent
e3601c8c15
commit
d3719e7aa7
|
@ -1,6 +1,10 @@
|
||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
|
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
|
||||||
|
|
||||||
|
## 9.9.2 (11/22/2024)
|
||||||
|
### Bug Fixes
|
||||||
|
* Honor ConfigOptions.ignore_unknown_options in ParseStruct()
|
||||||
|
|
||||||
## 9.9.1 (11/30/2024)
|
## 9.9.1 (11/30/2024)
|
||||||
### Behavior Changes
|
### Behavior Changes
|
||||||
* Updates the hidden hook RocksDbThreadYieldAndCheckAbort() to support MySQL to abort long-running query.
|
* Updates the hidden hook RocksDbThreadYieldAndCheckAbort() to support MySQL to abort long-running query.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
// minor or major version number planned for release.
|
// minor or major version number planned for release.
|
||||||
#define ROCKSDB_MAJOR 9
|
#define ROCKSDB_MAJOR 9
|
||||||
#define ROCKSDB_MINOR 9
|
#define ROCKSDB_MINOR 9
|
||||||
#define ROCKSDB_PATCH 1
|
#define ROCKSDB_PATCH 2
|
||||||
|
|
||||||
// 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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Honor ConfigOptions.ignore_unknown_options in ParseStruct()
|
|
Loading…
Reference in a new issue