From: Jon Olav Hauglid Date: June 9 2011 7:51am Subject: Re: bzr commit into mysql-trunk branch (alexander.nozdrin:3169) Bug#11763162 List-Archive: http://lists.mysql.com/commits/138908 Message-Id: <4DF07B70.6080203@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/08/2011 07:03 PM, Alexander Nozdrin wrote: > 3169 Alexander Nozdrin 2011-06-08 > Pre-requisite patch for Bug#11763162 (55843 - Handled condition > appears as not handled). > > The patch moves Diagnostics_area's declaration after > Warning_info's one. It's simply cut& paste operation, no real > changes. > > This is a pre-requisite for moving Warning_info from THD into > Diagnostics_area. Diagnostics_area will aggregate Warning_info instance, so > the declaration of the Warning_info class should be placed before the > one of the Diagnostics_area class. Looks good to me. Thanks, --- Jon Olav