MySQL Forums
Forum List  »  Replication

Re: ERROR 1153 (08S01) at line 356771902 in file: 'mysqlmulti-bins.sql': Got a packet bigger than 'max_allowed_packet' bytes
Posted by: Aftab Khan
Date: June 29, 2012 07:51AM

The size limitation of ROW event is controlled by binlog-row-event-max-size (4G),
which can be larger than max-allowed-packet (1G). And the value of max_allowed_packet is hard coded to 1GB in mysqlbinlog.

Related Bug# 49932

So you may increase max-allowed-packet-size to match binlog-row-event-max-size variable.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1153 (08S01) at line 356771902 in file: 'mysqlmulti-bins.sql': Got a packet bigger than 'max_allowed_packet' bytes
1516
June 29, 2012 07:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.