Type Alias mariadb_sys::XID

source ·
pub type XID = xid_t;
Expand description

struct xid_t 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 MYSQL_XID in mysql/plugin.h

Aliased Type§

struct XID {
    pub formatID: i64,
    pub gtrid_length: i64,
    pub bqual_length: i64,
    pub data: [i8; 128],
}

Fields§

§formatID: i64§gtrid_length: i64§bqual_length: i64§data: [i8; 128]