mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
after review changes (SCRUM)
removed outer resolving flag (because of movingtransformation after fix_fields)
This commit is contained in:
@ -321,7 +321,7 @@ JOIN::prepare(Item ***rref_pointer_array,
|
||||
!select_lex->fake_select)
|
||||
{
|
||||
Item_subselect::trans_res res;
|
||||
if ((res= subselect->select_transformer(thd, this)) !=
|
||||
if ((res= subselect->select_transformer(this)) !=
|
||||
Item_subselect::OK)
|
||||
DBUG_RETURN((res == Item_subselect::ERROR));
|
||||
}
|
||||
|
Reference in New Issue
Block a user