diff --git a/crates/crdb/src/btree/cursor.rs b/crates/crdb/src/btree/cursor.rs index 01597cfe65..c930634d1c 100644 --- a/crates/crdb/src/btree/cursor.rs +++ b/crates/crdb/src/btree/cursor.rs @@ -418,6 +418,7 @@ where } => { if ascending { entry.index += 1; + entry.position = self.position.clone(); } for (child_tree, child_summary) in child_trees[entry.index..]