Logically revert 0071600
Return mutation intersecting query key if it exists
This commit is contained in:
@@ -1169,13 +1169,6 @@ void VersionedMap::Impl::firstGeq(const Key *key, const int64_t *version,
|
||||
} else {
|
||||
iterator[i].impl->mutationIndex = 0;
|
||||
}
|
||||
|
||||
// TODO Interposable call
|
||||
auto m = *iterator[i];
|
||||
if (Key{m.param1, m.param1Len} < key[i]) {
|
||||
// TODO Interposable call
|
||||
++iterator[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user