Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ thd_killed
Function
thd_killed
sql/sql_class.cc:5143–5146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5141
*/
5142
#undef thd_killed
5143
extern
"C"
int thd_killed(const MYSQL_THD thd)
5144
{
5145
return thd_kill_level(thd) > THD_ABORT_SOFTLY;
5146
}
5147
#else
5148
#error now thd_killed() function can go away
5149
#endif
Callers
5
commit_trx
Method · 0.85
check
Method · 0.85
_ma_killed_ptr
Function · 0.85
killed_ptr
Function · 0.85
WaitFor
Method · 0.85
Calls
1
thd_kill_level
Function · 0.85
Tested by
no test coverage detected