server icon indicating copy to clipboard operation
server copied to clipboard

DRAFT: MDEV-34705: Storing binlog in InnoDB

Open knielsen opened this issue 10 months ago • 5 comments
trafficstars

Draft pull request for work-in-progress on the MDEV-34075 binlog-in-engine feature

A new option --binlog-storage-engine=ENGINE moves the binlog implementation into the storage engine, for supporting engines (currently only InnoDB).

InnoDB implements the binlog files as a new type of tablespace, and uses its redo log to make the binlog crash-safe without the overhead and complexity of two-phase commit.

knielsen avatar Jan 17 '25 13:01 knielsen