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

Method wakeup_subsequent_commits

sql/sql_class.h:5966–5970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5964 return 0;
5965 }
5966 void wakeup_subsequent_commits(int wakeup_error)
5967 {
5968 if (wait_for_commit_ptr)
5969 wait_for_commit_ptr->wakeup_subsequent_commits(wakeup_error);
5970 }
5971 wait_for_commit *suspend_subsequent_commits() {
5972 wait_for_commit *suspended= wait_for_commit_ptr;
5973 wait_for_commit_ptr= NULL;

Calls

no outgoing calls

Tested by

no test coverage detected