Fix a bug in GetOverlappingInputsRangeBinarySearch (#5211)
Summary: As title. Pull Request resolved: https://github.com/facebook/rocksdb/pull/5211 Differential Revision: D14992018 Pulled By: riversand963 fbshipit-source-id: b5720ea4742029e2fb47ff6d9f8d9de006db4ed4
This commit is contained in:
parent
d98808f69f
commit
d81aedf2bb
@ -2235,7 +2235,7 @@ void VersionStorageInfo::GetOverlappingInputsRangeBinarySearch(
|
|||||||
// If there were no overlapping files, return immediately.
|
// If there were no overlapping files, return immediately.
|
||||||
if (!foundOverlap) {
|
if (!foundOverlap) {
|
||||||
if (next_smallest) {
|
if (next_smallest) {
|
||||||
next_smallest = nullptr;
|
*next_smallest = nullptr;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user