* gshchepa@stripped <gshchepa@stripped> [07/08/03 00:16]:
>
> ChangeSet@stripped, 2007-08-03 01:15:22+05:00, gshchepa@stripped +1 -0
> Fixed bug #30201.
> Killing a SELECT query with KILL QUERY or KILL CONNECTION
> caused a server crash if the query cache is enabled.
>
> Normal evaluation of a query may be interrupted by the
> KILL QUERY/CONNECTION statement, in this case the mysql_execute_command
> function returns TRUE. However, result of this function was ignored,
> and the query_cache_end_of_result function was called with
> the incompletely initialized lex object value. That caused a crash.
What exactly was "incompletely initialized" in the lex?
--
-- Konstantin Osipov Software Developer, Moscow, Russia
-- MySQL AB, www.mysql.com The best DATABASE COMPANY in the GALAXY