mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-30 06:24:21 +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