mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
remove misleading comment
This commit is contained in:
parent
fc502b86c7
commit
eec0493c60
1 changed files with 0 additions and 5 deletions
|
@ -1057,11 +1057,6 @@ impl BTreeCursor {
|
|||
.clone();
|
||||
match state {
|
||||
WriteState::BalanceStart => {
|
||||
// drop divider cells and find right pointer
|
||||
// NOTE: since we are doing a simple split we only finding the pointer we want to update (right pointer).
|
||||
// Right pointer means cell that points to the last page, as we don't really want to drop this one. This one
|
||||
// can be a "rightmost pointer" or a "cell".
|
||||
// we always asumme there is a parent
|
||||
let current_page = self.stack.top();
|
||||
{
|
||||
// check if we don't need to balance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue