Drizzled Public API Documentation

xid_t Struct Reference

#include <trx0xa.h>

Public Attributes

long formatID
 
long gtrid_length
 
long bqual_length
 
char data [XIDDATASIZE]
 

Detailed Description

X/Open XA distributed transaction identifier

Definition at line 41 of file trx0xa.h.

Member Data Documentation

long xid_t::bqual_length

value from 1 through 64

Definition at line 45 of file trx0xa.h.

Referenced by trx_get_trx_by_xid().

char xid_t::data[XIDDATASIZE]

distributed transaction identifier

Definition at line 46 of file trx0xa.h.

Referenced by trx_get_trx_by_xid().

long xid_t::formatID

format identifier; -1 means that the XID is null

Definition at line 42 of file trx0xa.h.

Referenced by trx_create(), and trx_get_trx_by_xid().

long xid_t::gtrid_length

value from 1 through 64

Definition at line 44 of file trx0xa.h.

Referenced by trx_get_trx_by_xid().


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