Loading sql/sp_head.cc +2 −2 Original line number Diff line number Diff line Loading @@ -1518,7 +1518,7 @@ sp_head::execute_procedure(THD *thd, List<Item> *args) Item_func_set_user_var is not fixed after construction, 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()))) break; } Loading Loading
sql/sp_head.cc +2 −2 Original line number Diff line number Diff line Loading @@ -1518,7 +1518,7 @@ sp_head::execute_procedure(THD *thd, List<Item> *args) Item_func_set_user_var is not fixed after construction, 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()))) break; } Loading