Допустим, что слейв хост упал. После перезапуска системы видим следующее
Last_Errno: 1594 Last_Error: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted (you can check this by running 'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you can check this by running 'mysqlbinlog' on the relay log), a network problem, or a bug in the master's or slave's MySQL code. If you want to check the master's binary log or slave's relay log, you will be able to know their names by issuing 'SHOW SLAVE STATUS' on this slave.
Можно ли считать процедуру
STOP SLAVE;
RESET SLAVE;
CHANGE MASTER TO MASTER_LOG_FILE={@Relay_Master_Log_File}, MASTER_LOG_POS={@Exec_Master_Log_Pos};
START SLAVE;