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

Method wait_for_prior_commit

sql/sql_class.h:5960–5965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5958
5959 wait_for_commit *wait_for_commit_ptr;
5960 int wait_for_prior_commit(bool allow_kill=true)
5961 {
5962 if (wait_for_commit_ptr)
5963 return wait_for_commit_ptr->wait_for_prior_commit(this, allow_kill);
5964 return 0;
5965 }
5966 void wakeup_subsequent_commits(int wakeup_error)
5967 {
5968 if (wait_for_commit_ptr)

Callers 13

log_dummy_write_setMethod · 0.45
ha_commit_one_phaseFunction · 0.45
binlog_commit_by_xidFunction · 0.45
binlog_rollback_by_xidFunction · 0.45
writeMethod · 0.45
log_and_orderMethod · 0.45
commitMethod · 0.45
finish_event_groupFunction · 0.45
retry_event_groupFunction · 0.45
rpl_parallel.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected