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

Method after_reset_master

phx_percona/percona/sql/rpl_handler.cc:398–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398int Binlog_transmit_delegate::after_reset_master(THD *thd, ushort flags)
399
400{
401 Binlog_transmit_param param;
402 param.flags= flags;
403
404 int ret= 0;
405 FOREACH_OBSERVER(ret, after_reset_master, thd, (&param));
406 return ret;
407}
408
409void Binlog_relay_IO_delegate::init_param(Binlog_relay_IO_param *param,
410 Master_info *mi)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected