• unknown's avatar
    MDEV-5754: MySQL 5.5 slaves cannot replicate from MariaDB 10.0 · b5b82108
    unknown authored
    The problem was when a GTID event was part of a group commit, and so contained
    a commit id. The code that replaces GTID with a BEGIN event for old slaves did
    not correctly handle this case.
    
    Fix the code so that the GTID with commit id can also be properly replaced
    with a BEGIN query event. The extra two bytes are in the BEGIN event replaced
    with a dummy, empty time zone string.
    b5b82108
log_event.h 143 KB