mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug20836/my51-bug20836
into rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.1-maint sql/sql_class.cc: Auto merged
This commit is contained in:
commit
3149347c1d
1 changed files with 0 additions and 8 deletions
|
@ -1962,14 +1962,6 @@ bool select_dumpvar::send_data(List<Item> &items)
|
|||
else
|
||||
{
|
||||
Item_func_set_user_var *suv= new Item_func_set_user_var(mv->s, item);
|
||||
|
||||
/*
|
||||
Item_func_set_user_var can't substitute something else on its
|
||||
place => NULL may be passed as last argument (reference on
|
||||
item) Item_func_set_user_var can't be fixed after creation, so
|
||||
we do not check var->fixed
|
||||
*/
|
||||
|
||||
suv->fix_fields(thd, 0);
|
||||
suv->check(0);
|
||||
suv->update();
|
||||
|
|
Loading…
Reference in a new issue