mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
rebase fixes
This commit is contained in:
parent
7b384f8e5c
commit
6a02730c1a
1 changed files with 1 additions and 4 deletions
|
@ -2893,9 +2893,6 @@ impl BTreeCursor {
|
|||
self.root_page = root.get().id;
|
||||
self.stack.clear();
|
||||
self.stack.push(root.clone());
|
||||
if matches!(root_contents.page_type(), PageType::TableInterior) {
|
||||
self.stack.advance();
|
||||
}
|
||||
self.stack.push(child.clone());
|
||||
}
|
||||
|
||||
|
@ -5324,7 +5321,7 @@ mod tests {
|
|||
run_until_done(
|
||||
|| {
|
||||
let key = SeekKey::TableRowId(key as u64);
|
||||
cursor.seek(key, SeekOp::EQ)
|
||||
cursor.move_to(key, SeekOp::EQ)
|
||||
},
|
||||
pager.deref(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue