Hi Folks,
Is there a comprehensive list of cases the INNODB detects & does crash recovery?
one case I know is : when a snapshot is taken for backup and trying to restore that , it detects there are dirty pages yet to written to disk from redo logs and invokes crash recovery.
I am interested to know the complete list of cases that INNODB looks for in deciding whether Crash recovery has to be started OR not.