mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
5.5 merge
This commit is contained in:
commit
993ea79f2d
627 changed files with 17002 additions and 18008 deletions
|
|
@ -4453,8 +4453,7 @@ Create_func_make_set::create_native(THD *thd, LEX_STRING name,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
Item *param_1= item_list->pop();
|
||||
return new (thd->mem_root) Item_func_make_set(param_1, *item_list);
|
||||
return new (thd->mem_root) Item_func_make_set(*item_list);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue