mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 23:44:19 +01:00
`commit_txn` in MVCC was hacking its way through I/O until now. After adding this and the test for concurrent writers we now see `busy` errors returning as expected because there is no `commit` queueing happening yet until next PR I open. Closes #2895