mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
If we open database and logical log is not empty we need to recover from it. We also make sure a single recover executes concurrently and other connections just wait for it to finish. I also changed the fuzz tester to use `restart` instead of calling `load_logical_log` manually to test this behaviour. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #3359