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

Function ha_commit_trans

sql/handler.cc:1309–1433  ·  view source on GitHub ↗

@retval 0 ok @retval 1 transaction was rolled back @retval 2 error during commit, data may be inconsistent @todo Since we don't support nested statement transactions in 5.0, we can't commit or rollback stmt transactions while we are inside stored functions or triggers. So we simply do nothing now. TODO: This should be fixed in later ( >= 5.1) releases. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

trans_beginFunction · 0.85
trans_commitFunction · 0.85
trans_commit_implicitFunction · 0.85
trans_xa_commitFunction · 0.85
close_tableMethod · 0.85

Calls 8

my_errorFunction · 0.85
ha_rollback_transFunction · 0.85
acquire_lockMethod · 0.80
release_lockMethod · 0.80
initMethod · 0.45
cleanupMethod · 0.45

Tested by

no test coverage detected