Comment 0 for bug 1076892

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Currently innobase_start_or_create_for_mysql() initializes log tracking subsystem late, after crash recovery has been run. It should be moved to right atfer log system initialization instead. The late initialization introduces some non-determinism in what bitmap files will be created with what starting LSNs due to crash recovery running in background.