Fix empty vector write in ForwardIterator
This commit is contained in:
parent
a163cc2d5a
commit
cb9459f85c
@ -575,8 +575,8 @@ void ForwardIterator::BuildLevelIterators(const VersionStorageInfo* vstorage) {
|
||||
(user_comparator_->Compare(*read_options_.iterate_upper_bound,
|
||||
level_files[0]->smallest.user_key()) <
|
||||
0))) {
|
||||
level_iters_[level - 1] = nullptr;
|
||||
if (!level_files.empty()) {
|
||||
level_iters_[level - 1] = nullptr;
|
||||
has_iter_trimmed_for_upper_bound_ = true;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user