diff --git a/unreleased_history/bug_fixes/fix_compressed_wal_recycling.md b/unreleased_history/bug_fixes/fix_compressed_wal_recycling.md new file mode 100644 index 000000000000..88c4b7706d46 --- /dev/null +++ b/unreleased_history/bug_fixes/fix_compressed_wal_recycling.md @@ -0,0 +1 @@ +* Fixed a false positive `Status::Corruption` reported when reopening a DB that used `DBOptions::recycle_log_file_num > 0` and `DBOptions::wal_compression != kNoCompression`.