• Marko Mäkelä's avatar
    MDEV-17645 innodb.log_file_name_debug does not clean up after itself · 3fbee664
    Marko Mäkelä authored
    The test innodb.log_file_name_debug failed to ensure that
    the bogus redo log record that its debug injection emitted
    would be consumed by a redo log checkpoint before running a
    subsequent test, which could perform crash recovery.
    
    Add an extra shutdown to ensure that a redo log checkpoint is
    generated. In this way, the following will succeed:
    
    ./mtr --no-reorder innodb.log_file_name_debug innodb.read_only_recovery
    3fbee664
innodb-index.test 36.5 KB