mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed merge problems to allow mysql-test suite 'main' to pass
This commit is contained in:
@ -1285,7 +1285,7 @@ bool st_select_lex_unit::cleanup()
|
||||
if (with_element && with_element->is_recursive)
|
||||
with_element->mark_as_cleaned();
|
||||
|
||||
if (union_result && !(with_element->is_recursive))
|
||||
if (union_result && !(with_element &&with_element->is_recursive))
|
||||
{
|
||||
delete union_result;
|
||||
union_result=0; // Safety
|
||||
|
Reference in New Issue
Block a user