XA_PREPARE_LOG_EVENT
This event records the preparation phase of an XA transaction, storing the XID to support two-phase commit and recovery.
Last updated
Was this helpful?
This event records the preparation phase of an XA transaction, storing the XID to support two-phase commit and recovery.
An XA_PREPARE_LOG_EVENT records the prepare phase of a distributed transaction using the XA log. It is used to ensure atomicity and consistency of transactions.
Event Type is XA_PREPARE_LOG_EVENT (0x26).
Payload:
byte<n> xid, where n is sum of gtrid and bqual lengths.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
Was this helpful?

