InnoDB’s write-ahead log that records every change made to data pages before they are written to disk. The redo log enables crash recovery — if MySQL crashes, InnoDB replays uncommitted redo log entries to restore a consistent state on restart.