MCPcopy Create free account
hub / github.com/Tencent/phxsql / thread_stop

Method thread_stop

phx_percona/percona/sql/rpl_handler.cc:431–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429
430
431int Binlog_relay_IO_delegate::thread_stop(THD *thd, Master_info *mi)
432{
433
434 Binlog_relay_IO_param param;
435 init_param(&param, mi);
436
437 int ret= 0;
438 FOREACH_OBSERVER(ret, thread_stop, thd, (&param));
439 return ret;
440}
441
442int Binlog_relay_IO_delegate::before_request_transmit(THD *thd,
443 Master_info *mi,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected