MCPcopy 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
5143extern "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_trxMethod · 0.85
checkMethod · 0.85
_ma_killed_ptrFunction · 0.85
killed_ptrFunction · 0.85
WaitForMethod · 0.85

Calls 1

thd_kill_levelFunction · 0.85

Tested by

no test coverage detected