mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
after merge & valgrind test fixes (BUG#2120)
This commit is contained in:
@ -442,6 +442,12 @@ int st_select_lex_unit::cleanup()
|
||||
int error= 0;
|
||||
DBUG_ENTER("st_select_lex_unit::cleanup");
|
||||
|
||||
if (cleaned)
|
||||
{
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
cleaned= 0;
|
||||
|
||||
if (union_result)
|
||||
{
|
||||
delete union_result;
|
||||
|
Reference in New Issue
Block a user