| 396 | } |
| 397 | |
| 398 | int 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, (¶m)); |
| 406 | return ret; |
| 407 | } |
| 408 | |
| 409 | void Binlog_relay_IO_delegate::init_param(Binlog_relay_IO_param *param, |
| 410 | Master_info *mi) |
nothing calls this directly
no outgoing calls
no test coverage detected