Partition Info in MySQL Binary Log

 

Overview

Partition information was added into MySQL binary log since MySQL 8.0.16
‘Rows_event’ class represents the information in source code.

Documentation

ROWS_EVENT in MySQL Documentation
Rows_event class in source code

Event Layout

bytes before ?

Log Event Header

Binlog::EventHeader in MySQL Documentation
Log Event Header(common header) in source code
table description in source code

Rows Event

ROWS_EVENT in MySQL Documentation
Rows_event class in source code
table description in source code