mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1
into rurik.mysql.com:/home/igor/mysql-4.1 sql/sql_select.cc: Auto merged
This commit is contained in:
@ -4997,6 +4997,8 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
|
||||
blob_count++;
|
||||
}
|
||||
((Item_sum*) item)->args[i]= new Item_field(new_field);
|
||||
if (((Item_sum*) item)->arg_count == 1)
|
||||
((Item_sum*) item)->result_field= new_field;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user