• Marko Mäkelä's avatar
    Implement --debug=d,ib_log_checkpoint_avoid · b2dbc781
    Marko Mäkelä authored
    Normally, the InnoDB master thread executes InnoDB log checkpoints
    so frequently that bugs in crash recovery or redo logging can be
    hard to reproduce. This is because crash recovery would start replaying
    the log only from the latest checkpoint. Because the InnoDB redo log
    format only allows saving information for at most 2 latest checkpoints,
    and because the log files are written in a circular fashion, it would
    be challenging to implement a debug option that would start the redo
    log apply from the very start of the redo log file.
    b2dbc781
srv0srv.cc 87.4 KB