×
Undo Log

An In-Depth Analysis of UNDO Logs in InnoDB

This article introduces Undo Log in InnoDB, including its role, design ideas, record content, organizational structure, and various functional implementations.

What are the Differences and Functions of the Redo Log, Undo Log, and Binlog in MySQL?

This article gives a rough summary of the characteristics and roles of the three types of logs to help you understand MySQL and the principles behind them.