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

Method before_request_transmit

phx_percona/percona/sql/rpl_handler.cc:442–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442int Binlog_relay_IO_delegate::before_request_transmit(THD *thd,
443 Master_info *mi,
444 ushort flags)
445{
446 Binlog_relay_IO_param param;
447 init_param(&param, mi);
448
449 int ret= 0;
450 FOREACH_OBSERVER(ret, before_request_transmit, thd, (&param, (uint32)flags));
451 return ret;
452}
453
454int Binlog_relay_IO_delegate::after_read_event(THD *thd, Master_info *mi,
455 const char *packet, ulong len,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected