Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

events not getting completely written in binary log file MySQL 5.0.32

$
0
0

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


Viewing all articles
Browse latest Browse all 17268

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>