mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 16:34:19 +01:00
`defragment_page_fast()` incorrectly didn't use the version of read/write methods on `PageContent` that does NOT add the 100 byte database header into the requested byte offset. this resulted in defragment of page 1 in reading 2nd/3rd freeblocks from the wrong offset and writing cell offsets to the wrong location.