You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing is broken by this, but the function Rows_log_event::write_data_header slightly over-allocates its buf by 2 bytes. It allocates 10 (ROWS_HEADER_LEN_V2), but only 8 are ever written. This patch fixes the buf size to match what is written (i.e. ROWS_HEADER_LEN_V1, or 8 bytes). Reviewed By: ============ Kristian Nielsen <knielsen@knielsen-hq.org>
0 commit comments