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

Function kill_callback_check

sql/sql_repl.cc:4324–4329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4322*/
4323
4324static my_bool kill_callback_check(THD *thd, kill_callback_arg *arg)
4325{
4326 return (thd->get_command() == COM_BINLOG_DUMP &&
4327 thd->variables.server_id == arg->slave_server_id &&
4328 thd != arg->thd);
4329}
4330
4331
4332/**

Callers

nothing calls this directly

Calls 1

get_commandMethod · 0.80

Tested by

no test coverage detected