diff options
author | unknown <knielsen@knielsen-hq.org> | 2013-05-24 22:21:08 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2013-05-24 22:21:08 +0200 |
commit | 416aed25ed2c27acbc47ec695fda023981be53c8 (patch) | |
tree | 9d7f0cbe5c9192cd70e6c98fb593f42bf0dbb5d5 /libservices/thd_wait_service.c | |
parent | 1cd6eb5f942ca3e94e86a48512d992fbb3aeecd9 (diff) | |
download | mariadb-git-416aed25ed2c27acbc47ec695fda023981be53c8.tar.gz |
MDEV-4475: Replication from MariaDB 10.0 to 5.5 does not work
The problem was the Gtid_list event which is logged to the binlog in
10.0 and is not understood by the 5.5 server.
This event is supposed to be replaced with a dummy event for 5.5
servers. But the very first event logged in the very first binlog
has an empty list of GTID, which makes the event too short to be
replacable with an empty event.
The fix is to pad the empty Gtid_list event to be big enough to
be replacable by a dummy event.
Diffstat (limited to 'libservices/thd_wait_service.c')
0 files changed, 0 insertions, 0 deletions