Hi Gleb.
OK to push.
Thanks,
Marc.
gshchepa@stripped wrote:
> Below is the list of changes that have just been committed into a local
> 5.0 repository of uchum. When uchum does a push these changes will
> be propagated to the main repository and, within 24 hours after the
> push, to the public repository.
> For information on how to access the public repository
> see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
>
> ChangeSet@stripped, 2007-07-30 04:35:16+05:00, gshchepa@stripped +6 -0
> Fixed bug #30120.
> SP with local variables with non-ASCII names crashed the server.
>
> The server replaces SP local variable names with NAME_CONST calls
> when putting statements into the binary log. It used UTF8-encoded
> item names as variable names for the replacement inside NAME_CONST
> calls. However, statement string may be encoded by any
> known character set by the SET NAMES statement.
> The server used byte length of UTF8-encoded names to increment
> the position in the query string that led to array index overrun.
>
>