mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix a compilation failure.
This commit is contained in:
parent
0f9a907830
commit
5213f5894a
1 changed files with 2 additions and 2 deletions
|
@ -1518,8 +1518,8 @@ 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) ||
|
||||
suv->check() || suv->update())))
|
||||
if ((err_status= test(!suv || suv->fix_fields(thd, &item) ||
|
||||
suv->check() || suv->update())))
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue