List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:February 21 2008 7:11pm
Subject:Re: bk commit into 5.0 tree (davi:1.2583) BUG#32890
View as plain text  
* Davi Arnaut <davi@stripped> [08/02/21 21:10]:
> ChangeSet@stripped, 2008-02-21 14:58:29-03:00, davi@stripped +6 -0
>   Bug#32890 Crash after repeated create and drop of tables and views
>   
>   The problem is that CREATE VIEW statements inside prepared statements
>   weren't being expanded during the prepare phase, which leads to objects
>   not being allocated in the appropriate memory arenas.
>   
>   The solution is to perform the validation of CREATE VIEW statements
>   during the prepare phase of a prepared statement. The validation
>   during the prepare phase assures that transformations of the parsed
>   tree will use the permanent arena of the prepared statement.

OK to push.

-- 
-- 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 (davi:1.2583) BUG#32890Davi Arnaut21 Feb
  • Re: bk commit into 5.0 tree (davi:1.2583) BUG#32890Konstantin Osipov21 Feb