MySQL Forums
Forum List  »  Backup

Re: max_allowed_packet and its impact on backup (and replication)
Posted by: Rick James
Date: July 06, 2011 09:13AM

http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html defines it as
"The maximum size of the buffer for client/server communication."
So, it might not be relevant for replication. I don't know.

Recommend you file a bug with http://bugs.mysql.com and entitl

According to an old bug: ( http://bugs.mysql.com/bug.php?id=7927 )
Quote

[16 Jan 2005 22:02] Sergei Golubchik

Sorry, not changed :)
As mysqldump does not use max_allowed_packet to limit a statement length in a dump, the problem does not exist.
...
[17 Jan 2005 17:39] Sinisa Milivojevic

max_allowed_packet is used to limit maximum record size that can be read from the server.

net_buffer_length is used to limit number of rows in multi-row inserts, as generated by mysqldump.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: max_allowed_packet and its impact on backup (and replication)
1648
July 06, 2011 09:13AM


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.