From 6af16ac7c1dbb7147f59d26716839aa6f0f3cdfd Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Thu, 2 Feb 2023 07:50:55 -0800 Subject: [PATCH] Update HISTORY.md for #11136 (#11177) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/11177 Reviewed By: cbi42 Differential Revision: D42948946 Pulled By: ajkr fbshipit-source-id: 783d3d9007faaa036923a0364cdd0bfbd8e78062 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index d16554eb8..165725736 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,6 +10,7 @@ * Fixed some atypical behaviors for `LockWAL()` such as allowing concurrent/recursive use and not expecting `UnlockWAL()` after non-OK result. See API comments. * Fixed a feature interaction bug where for blobs `GetEntity` would expose the blob reference instead of the blob value. * Fixed `DisableManualCompaction()` and `CompactRangeOptions::canceled` to cancel compactions even when they are waiting on conflicting compactions to finish +* Fixed a bug in which a successful `GetMergeOperands()` could transiently return `Status::MergeInProgress()` ### Feature Removal * Remove RocksDB Lite.