mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
The changes made since startup, stored in the wal file, were carried over when importing a database. This was because the database file was replaced with the imported database file, but the changes were stored in the wal file. So now we merge all changes into the main database file before replacing them.