MySQL 8.3.0
Source Code Documentation
MYSQL_XID Struct Reference

MYSQL_XID is binary compatible with the XID structure as in the X/Open CAE Specification, Distributed Transaction Processing: The XA Specification, X/Open Company Ltd., 1991. More...

#include <plugin.h>

Public Attributes

long formatID
 
long gtrid_length
 
long bqual_length
 
char data [MYSQL_XIDDATASIZE]
 

Detailed Description

MYSQL_XID is binary compatible with the XID structure as in the X/Open CAE Specification, Distributed Transaction Processing: The XA Specification, X/Open Company Ltd., 1991.

http://www.opengroup.org/bookstore/catalog/c193.htm

See also
XID in sql/handler.h

Member Data Documentation

◆ bqual_length

long MYSQL_XID::bqual_length

◆ data

char MYSQL_XID::data[MYSQL_XIDDATASIZE]

◆ formatID

long MYSQL_XID::formatID

◆ gtrid_length

long MYSQL_XID::gtrid_length

The documentation for this struct was generated from the following file: