This commit is contained in:
caelumable 2025-05-11 13:22:05 +08:00 committed by GitHub
commit 0324fdce61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -526,7 +526,8 @@ void Version::GetOverlappingInputs(int level, const InternalKey* begin,
user_begin = file_start;
inputs->clear();
i = 0;
} else if (end != nullptr &&
}
if (end != nullptr &&
user_cmp->Compare(file_limit, user_end) > 0) {
user_end = file_limit;
inputs->clear();