limbo/core/storage
Pere Diaz Bou aa4703c442 Fix read frame setting wrong offset
When I added frame reading support I thought, okay, who cares about the page id of this page it we read it from a frame because we don't need it to compute the offset to read from the file in this case. Fuck me, because it was needed in case we read `page 1` from WAL because it has a differnt `offset`.
2025-03-12 17:24:59 +01:00
..
btree.rs Invalidate cache entry after checkpoint of frame completes 2025-03-12 15:48:22 +01:00
buffer_pool.rs core: Move buffer_pool.rs to storage module 2024-08-01 11:53:14 +03:00
database.rs fix generic and windows sync compilation 2025-03-05 14:07:48 +01:00
mod.rs Minor improvements and cleanups in btree 2025-03-01 15:48:42 -05:00
page_cache.rs allow arc in tests 2025-03-12 16:02:04 +01:00
pager.rs Invalidate cache entry after checkpoint of frame completes 2025-03-12 15:48:22 +01:00
sqlite3_ondisk.rs Fix read frame setting wrong offset 2025-03-12 17:24:59 +01:00
wal.rs update max frame in case we got a read lock with outdated max frame 2025-03-12 15:48:22 +01:00