* 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