mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
enum renamed (asked for compilation under windows)
This commit is contained in:
@ -324,8 +324,8 @@ JOIN::prepare(Item ***rref_pointer_array,
|
||||
{
|
||||
Item_subselect::trans_res res;
|
||||
if ((res= subselect->select_transformer(this)) !=
|
||||
Item_subselect::OK)
|
||||
DBUG_RETURN((res == Item_subselect::ERROR));
|
||||
Item_subselect::RES_OK)
|
||||
DBUG_RETURN((res == Item_subselect::RES_ERROR));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user