• Sven Sandberg's avatar
    BUG#41961: Some log_event types do not skip post-header when reading · 56b7d87f
    Sven Sandberg authored
    Problem: when the server reads a log_event from file, it should read
    the post-header lengths from the format_description_log_event. Some
    event types which currently have post-header length 0 did not do this,
    and instead had a hard-coded zero length for the post-header. That
    means the current server version will not be able to read future
    versions of these events.
    Fix: make the reader functions read the post-header.
    56b7d87f
log_event.h 116 KB