Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
enum 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
170
bool THD::fix_xid_hash_pins()
Callers
10
binlog_commit_flush_trx_cache
Function · 0.80
binlog_rollback_flush_trx_cache
Function · 0.80
binlog_rollback_by_xid
Function · 0.80
is_prepared_xa
Function · 0.80
binlog_commit
Function · 0.80
binlog_rollback
Function · 0.80
online_alter_commit
Function · 0.80
online_alter_rollback
Function · 0.80
Gtid_log_event
Method · 0.80
cleanup_context
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected