Type Alias mariadb_sys::MYSQL_XID
source · pub type MYSQL_XID = st_mysql_xid;
Expand description
struct st_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 XID in sql/handler.h
Aliased Type§
struct MYSQL_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]