mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
- Do not assume all cursors are mvcc cursors in `op_new_rowid` - Fix bug in logical log reader where it would ignore already buffered bytes and try to read too much past the end of the file - Add safeguard to the same reader logic where it issues multiple reads if it gets a short read for some reason Both of these issues were found using `cd simulator && cargo run -- --profile simple_mvcc`, using `num_connections=1` Closes #4077 |
||
|---|---|---|
| .. | ||
| logical_log.rs | ||
| mod.rs | ||