You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DuckDB early initialization for crash recovery
- Add InitializeIfNeeded() to trigger DuckDB initialization at startup
when duckdb_mode=ON or DuckDB data files exist
- Add DataFilesExist() to check for duckdb.db or WAL files
- Call InitializeIfNeeded() in mysqld_main() after CreateInstance()
to ensure WAL replay happens at startup rather than on first request
- Fix merge conflicts in wiki documentation files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments