mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-26 19:34:24 +01:00
use seek instead of move_to in post balance delete
This commit is contained in:
@@ -3338,7 +3338,7 @@ impl BTreeCursor {
|
||||
SeekKey::IndexKey(immutable_record)
|
||||
}
|
||||
};
|
||||
return_if_io!(self.move_to(key, SeekOp::EQ));
|
||||
return_if_io!(self.seek(key, SeekOp::EQ));
|
||||
|
||||
let delete_info = self.state.mut_delete_info().unwrap();
|
||||
delete_info.state = DeleteState::Finish;
|
||||
|
||||
Reference in New Issue
Block a user