Fixing a logical error causing a panic in some very rare cases
[?]
May 2, 2021, 9:05 AM
JIQOPUYH6IHOLTTUMFUXGYCEFM5NAFKUFF3GFUKOXJA5FZLDM76ACDependencies
- [2]
L5CVF6UJDebugging - [3]
QEUTVAZ4Splitting btree::page - [4]
T73WR2BXCleaner RC increments for keys and values containing references + more comments in `del` - [*]
OP6SVMODResetting history
Change contents
- replacement in sanakirja-core/src/btree/del.rs at line 502
if !mod_is_left {// If this split isn't at the root, and the page// modified in the last step is the one on the left of// the entry, move back one step before inserting the// split key/value.//// (remember that we popped the stack upon entering// this function).if cursor.len() > 0 && !mod_is_left {