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

Method reset_kill_query

sql/sql_class.h:5358–5365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5356 int killed_errno();
5357 void reset_killed();
5358 inline void reset_kill_query()
5359 {
5360 if (killed < KILL_CONNECTION)
5361 {
5362 reset_killed();
5363 mysys_var->abort= 0;
5364 }
5365 }
5366 inline void send_kill_message()
5367 {
5368 mysql_mutex_lock(&LOCK_thd_kill);

Callers 4

bootstrapFunction · 0.80
sql_parse.ccFile · 0.80
wsrep_mysql_parseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected