| 429 | |
| 430 | |
| 431 | int Binlog_relay_IO_delegate::thread_stop(THD *thd, Master_info *mi) |
| 432 | { |
| 433 | |
| 434 | Binlog_relay_IO_param param; |
| 435 | init_param(¶m, mi); |
| 436 | |
| 437 | int ret= 0; |
| 438 | FOREACH_OBSERVER(ret, thread_stop, thd, (¶m)); |
| 439 | return ret; |
| 440 | } |
| 441 | |
| 442 | int Binlog_relay_IO_delegate::before_request_transmit(THD *thd, |
| 443 | Master_info *mi, |
nothing calls this directly
no outgoing calls
no test coverage detected