[MDEV-6877] Change replication event loop to account for empty events
When writing rows with a minimal row image, it is possible to receive empty events. In that case m_curr_row and m_rows_end are the same, however the event implies an insert into the table with the default values associated for that table.
Showing
Please register or sign in to comment