Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
491
extern
"C"
492
void thd_wakeup_subsequent_commits(THD *thd, int wakeup_error)
493
{
494
thd->wakeup_subsequent_commits(wakeup_error);
495
}
496
497
498
extern
"C"
Callers
1
rocksdb_commit
Function · 0.85
Calls
1
wakeup_subsequent_commits
Method · 0.45
Tested by
no test coverage detected