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

Method thread_start

phx_percona/percona/sql/rpl_handler.cc:420–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420int Binlog_relay_IO_delegate::thread_start(THD *thd, Master_info *mi)
421{
422 Binlog_relay_IO_param param;
423 init_param(&param, mi);
424
425 int ret= 0;
426 FOREACH_OBSERVER(ret, thread_start, thd, (&param));
427 return ret;
428}
429
430
431int Binlog_relay_IO_delegate::thread_stop(THD *thd, Master_info *mi)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected