Here is the slave:
[html]
mysql> show slave status \G
*************************** 1. row ***************************
Master_Host: 192.168.0.56
Master_Log_File: mysql-bin.000226
Read_Master_Log_Pos: 695831819
Relay_Log_File: mysql-relay-bin.000001
Relay_Log_Pos: 4
Relay_Master_Log_File: mysql-bin.000226
Slave_IO_Running: No
Slave_SQL_Running: Yes
Exec_Master_Log_Pos: 695831819
Relay_Log_Space: 120
Last_IO_Errno: 1236
Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: ‘Could not find first log file name in binary log index file’
Last_IO_Error_Timestamp: 150709 14:26:07
[/html]
It seems slave receives the logs.
Actually we have “Master with Relay Slave” replication and the slave itself act as master for another slave.