mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 16:44:19 +01:00
`db_size` is `>0` in case of last frame written of a transaction. This is necessary as we need to know -- while recovering wal contents -- that we have read a transaction fully instead of treating every frame as its own transaction. Closes #1866