Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Galera replication overwrites the Xid_log_event to contain the replication seqno.
This can be harmful for other uses of binlog, e.g. for partition engine and atomic DDL, which need access for the original Xid event.
Preferable solution is to keep the original Xid_log_event intact, but append the replication seqno in the end.