mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Bug#20836 Selecting into variables results in wrong results being returned
- Comment Cleanup. sql/sql_class.cc: Removed misleading comment.
This commit is contained in:
parent
b4aab15272
commit
1d216487e1
1 changed files with 0 additions and 8 deletions
|
|
@ -1746,14 +1746,6 @@ bool select_dumpvar::send_data(List<Item> &items)
|
|||
while ((ls= var_li++) && (item= it++))
|
||||
{
|
||||
Item_func_set_user_var *suv= new Item_func_set_user_var(*ls, 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, (TABLE_LIST *) thd->lex->select_lex.table_list.first,
|
||||
0);
|
||||
suv->check();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue