List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:August 2 2007 10:38pm
Subject:Re: bk commit into 5.0 tree (gshchepa:1.2497) BUG#30201
View as plain text  
* 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
Thread
bk commit into 5.0 tree (gshchepa:1.2497) BUG#30201gshchepa2 Aug
  • Re: bk commit into 5.0 tree (gshchepa:1.2497) BUG#30201Konstantin Osipov2 Aug