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

Method transmit_stop

phx_percona/percona/sql/rpl_handler.cc:296–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296int Binlog_transmit_delegate::transmit_stop(THD *thd, ushort flags)
297{
298 Binlog_transmit_param param;
299 param.flags= flags;
300
301 DBUG_EXECUTE_IF("crash_binlog_transmit_hook", DBUG_SUICIDE(););
302
303 int ret= 0;
304 FOREACH_OBSERVER(ret, transmit_stop, thd, (&param));
305 return ret;
306}
307
308int Binlog_transmit_delegate::reserve_header(THD *thd, ushort flags,
309 String *packet)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected