Adding a check to avoid incrementing the RC of page 0
Dependencies
- [2]
DASFQGORDebugging - [3]
QEUTVAZ4Splitting btree::page - [4]
T73WR2BXCleaner RC increments for keys and values containing references + more comments in `del` - [*]
OP6SVMODResetting history - [*]
E4MD6T3LProofreading and commenting of this crate (massive bug fixes included)
Change contents
- replacement in sanakirja-core/src/btree/del.rs at line 417
txn.incr_rc(left)?;if left > 0 {txn.incr_rc(left)?;} - edit in sanakirja/src/environment/muttxn.rs at line 484[7.18995][6.88500]
assert!(off > 0);