server
server copied to clipboard
DRAFT: MDEV-34705: Storing binlog in InnoDB
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.