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

Method send_kill_message

sql/sql_class.h:5366–5373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5364 }
5365 }
5366 inline void send_kill_message()
5367 {
5368 mysql_mutex_lock(&LOCK_thd_kill);
5369 int err= killed_errno();
5370 if (err)
5371 my_message(err, killed_err ? killed_err->msg : ER_THD(this, err), MYF(0));
5372 mysql_mutex_unlock(&LOCK_thd_kill);
5373 }
5374 /* return TRUE if we will abort query if we make a warning now */
5375 inline bool really_abort_on_warning()
5376 {

Callers 15

wait_for_gtidMethod · 0.80
print_errorMethod · 0.80
rr_handle_errorFunction · 0.80
execute_triggerMethod · 0.80
do_gco_waitFunction · 0.80
retry_event_groupFunction · 0.80
rpl_parallel.ccFile · 0.80
mysql_lock_tablesFunction · 0.80
lex_one_tokenMethod · 0.80
copy_data_between_tablesFunction · 0.80

Calls 1

my_messageFunction · 0.85

Tested by

no test coverage detected