Update HISTORY and version to 9.9.2

This commit is contained in:
Jay Huh 2024-12-02 12:13:06 -08:00
parent e3601c8c15
commit d3719e7aa7
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# Rocksdb Change Log
> 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)
### Behavior Changes
* Updates the hidden hook RocksDbThreadYieldAndCheckAbort() to support MySQL to abort long-running query.

View file

@ -13,7 +13,7 @@
// minor or major version number planned for release.
#define ROCKSDB_MAJOR 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
// double underscore. Now we have to live with our choice. We'll deprecate these

View file

@ -1 +0,0 @@
Honor ConfigOptions.ignore_unknown_options in ParseStruct()