MySQL 8.4.0
Source Code Documentation
sql_xa_prepare.cc File Reference

Namespaces

namespace  anonymous_namespace{sql_xa_prepare.cc}
 

Functions

int anonymous_namespace{sql_xa_prepare.cc}::process_xa_prepare (THD *thd)
 The main processing function for XA PREPARE: More...
 
bool anonymous_namespace{sql_xa_prepare.cc}::detach_xa_transaction (THD *thd)
 Detaches the active XA transaction from the current THD session. More...
 
bool anonymous_namespace{sql_xa_prepare.cc}::detach_native_trx_one_ht (THD *thd, handlerton *hton)
 Detaches the transaction held by the THD session object from the storage engine represented by hton. More...
 
void anonymous_namespace{sql_xa_prepare.cc}::reset_xa_connection (THD *thd)
 Reset the THD session object after XA transaction is detached, in order to make it usable for "new" work, normal statements or a new XA transaction. More...