libsql / sqld

LibSQL with extended capabilities like HTTP protocol, replication, and more.
https://libsql.org
903 stars 38 forks source link

bottomless: don't snapshot empty db files #730

Closed Horusiath closed 1 year ago

Horusiath commented 1 year ago

This PR prevents us from accidentally snapshotting empty database files during recovery check.

It's basically more sane approach to #718