Logically revert 0071600

Return mutation intersecting query key if it exists
This commit is contained in:
2024-05-16 16:09:39 -07:00
parent d0bfdcb07d
commit 3819b83d78
3 changed files with 31 additions and 27 deletions

View File

@@ -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];
}
}
}