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

Function thd_wakeup_subsequent_commits

sql/sql_class.cc:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490*/
491extern "C"
492void thd_wakeup_subsequent_commits(THD *thd, int wakeup_error)
493{
494 thd->wakeup_subsequent_commits(wakeup_error);
495}
496
497
498extern "C"

Callers 1

rocksdb_commitFunction · 0.85

Calls 1

Tested by

no test coverage detected