Bug #72738 log-bin
Submitted: 24 May 2014 12:16
Reporter: ruochen lee Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: Errors Severity:S4 (Feature request)
Version:mysql5.6.15 OS:Any
Assigned to: CPU Architecture:Any

[24 May 2014 12:16] ruochen lee
Description:
mysql version:5.6.15

on the master ,i give log-bin=mysql.bin,but the slave i/o report error code 1236,
later i change log-bin=mysql-bin,then,the error missing

How to repeat:
master:

1.vi /etc/my.cnf
server-id=133
log-bin=mysql.bin

2.restart mysql ;show master status;

slave:
1.vi /etc/my.cnf
server-id=134
skip-slave-start
2.restart mysql 
3.change master to
4.start slave;

you will find the slave i/o report 1236 error