Fix a compilation failure.

This commit is contained in:
unknown 2005-12-07 21:16:04 +03:00
parent 0f9a907830
commit 5213f5894a

View File

@ -1518,7 +1518,7 @@ sp_head::execute_procedure(THD *thd, List<Item> *args)
Item_func_set_user_var is not fixed after construction, Item_func_set_user_var is not fixed after construction,
call fix_fields(). call fix_fields().
*/ */
if ((ret= test(!suv || suv->fix_fields(thd, &item) || if ((err_status= test(!suv || suv->fix_fields(thd, &item) ||
suv->check() || suv->update()))) suv->check() || suv->update())))
break; break;
} }