On 6/7/11 1:14 PM, Alexander Nozdrin wrote:
> #At file:///home/alik/MySQL/bzr/00/bug55843/mysql-trunk-bug55843-01/ based on
> revid:alexander.nozdrin@stripped
>
> 3168 Alexander Nozdrin 2011-06-07
> Pre-requisite patch for Bug#11763162 (55843 - Handled condition
> appears as not handled).
>
> Rename Diagnostics_area::statement_warn_count() to da_statement_warn_count()
> in order to distinguish from Warning_info::statement_warn_count().
They are already distinguished by the fact that they are member of
different objects. This also makes the naming patter of this one
function different from all the others in Diagnostics_area.
Please drop this unless it's strictly necessary.
Regards,
Davi