1
0
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:
bell@laptop.sanja.is.com.ua
2003-08-28 13:21:30 +03:00
parent 42171225eb
commit ec8d6d05de
3 changed files with 20 additions and 20 deletions

View File

@ -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));
}
}