MCPcopy Create free account
hub / github.com/MariaDB/server / get_state_code

Method get_state_code

sql/xa.cc:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164enum xa_states XID_STATE::get_state_code() const
165{
166 return xid_cache_element ? xid_cache_element->xa_state : XA_NO_STATE;
167}
168
169
170bool THD::fix_xid_hash_pins()

Callers 10

binlog_rollback_by_xidFunction · 0.80
is_prepared_xaFunction · 0.80
binlog_commitFunction · 0.80
binlog_rollbackFunction · 0.80
online_alter_commitFunction · 0.80
online_alter_rollbackFunction · 0.80
Gtid_log_eventMethod · 0.80
cleanup_contextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected