| 418 | } |
| 419 | |
| 420 | int Binlog_relay_IO_delegate::thread_start(THD *thd, Master_info *mi) |
| 421 | { |
| 422 | Binlog_relay_IO_param param; |
| 423 | init_param(¶m, mi); |
| 424 | |
| 425 | int ret= 0; |
| 426 | FOREACH_OBSERVER(ret, thread_start, thd, (¶m)); |
| 427 | return ret; |
| 428 | } |
| 429 | |
| 430 | |
| 431 | int Binlog_relay_IO_delegate::thread_stop(THD *thd, Master_info *mi) |
nothing calls this directly
no outgoing calls
no test coverage detected