Hi Dmitry,
On 12/30/10 7:44 AM, Dmitry Shulga wrote:
> #Atfile:///Users/shulga/projects/mysql/mysql-5.1-bug58887/ based
> onrevid:alexander.nozdrin@stripped
>
> 3531 Dmitry Shulga 2010-12-30
> Fixed Bug#58887 - server not throwing "Packet too large" error
> if max_allowed_packet>= 16M.
>
> This bug was introduced by patch for bug#42503.
>
> This patch restores behaviour that there was before patch
> for bug#42503 was applied.
> @ sql/net_serv.cc
> Restored original right condition.
>
> modified:
> sql/net_serv.cc
> === modified file 'sql/net_serv.cc'
> --- a/sql/net_serv.cc 2010-12-28 23:47:05 +0000
> +++ b/sql/net_serv.cc 2010-12-30 09:43:53 +0000
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
> +/* Copyright (C) 2000 MySQL AB
Please revert this chunk and preserve the original copyright message.
Regards,
Davi