This is a read-only copy of the MariaDB Knowledgebase generated on 2024-09-22. For the latest, interactive version please visit https://mariadb.com/kb/.

XA_PREPARE_LOG_EVENT

A 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)

Fields

Payload:

  • byte<n> xid, where n is sum of gtrid and bqual lengths
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.