referring this question :
Records not getting replicate from Mysql 5.5.32 to MySQL 5.6
i found that binary log files which has been created at master database server , i see following surprising events logged
[root@intradb2 mysql]# mysqlbinlog mysql-bin.019836 | grep -i 'insert into table1'
insert into table1(col1,col2,col3,col4,col5,col6,col7,col8)
insert into table1(col1,col2,col3,col4,col5,col6,col7,col8)
insert into table1(col1,col2,col3,col4,col5,col6,col7,col8)
insert into table1(col1,col2,col3,col4,col5,col6,col7,col8)
Do binary log file has some prescribed length of its event . I have used statement logging format and then tried changing to MIXED , but nothing changed