MCPcopy Create free account
hub / github.com/arkdb/inception / commit

Method commit

sql/binlog.cc:5768–5916  ·  view source on GitHub ↗

Commit the transaction in the transaction coordinator. This function will commit the sessions transaction in the binary log and in the storage engines (by calling @c ha_commit_low). If the transaction was successfully logged (or not successfully unlogged) but the commit in the engines did not succed, there is a risk of inconsistency between the engines and the binary log. For binary

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

ha_commit_lowFunction · 0.45
trans_xa_commitFunction · 0.45
ndb_binlog_thread_funcFunction · 0.45

Calls 10

thd_get_cache_mngrFunction · 0.85
ha_commit_lowFunction · 0.85
ending_transFunction · 0.85
get_my_xidMethod · 0.80
finalizeMethod · 0.80
set_prev_positionMethod · 0.80
is_binlog_emptyMethod · 0.45

Tested by

no test coverage detected