The XID_EVENT signifies the commit of a transaction, containing the transaction ID (XID) to ensure atomicity across replication.
An XID event is generated for a COMMIT of a transaction that modifies one or more tables of an XA-capable storage engine.
Event Type is XID_EVENT (0x10).
The XID transaction number.
Event size is: header[19] + XID[8] + CRC32[4] of (header + xid).
Event Time ee b7 15 5a => 5a 15 b7 ee => 1511372782 [2017-11-22 18:46:22].
Event Type = 10.
Server_id 01 00 00 00 => 1.
Event Size 1f 00 00 00 => 31.
XID 66 00 00 00 00 00 00 00 => 102.
09 30 45 a8 => a8 45 30 09 => 2823106569.
This page is licensed: CC BY-SA / Gnu FDL
Flags 00 00 = 0.
ee b7 15 5a 10 01 00 00 00 1f 00 00 00 f2 0b 00 ...Z............
00 00 00 66 00 00 00 00 00 00 00 09 30 45 a8 ...f.........0E.