We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e4b3e commit 332b090Copy full SHA for 332b090
storage/rocksdb/rdb_locking_iter.h
@@ -152,6 +152,8 @@ class LockingIterator : public rocksdb::Iterator {
152
rocksdb::Slice end;
153
uchar buf[Rdb_key_def::INDEX_NUMBER_SIZE];
154
uint size;
155
+ if (forward) {
156
+ if (m_read_opts.iterate_upper_bound)
157
end = *m_read_opts.iterate_upper_bound;
158
else {
159
if (m_kd->m_is_reverse_cf)
0 commit comments