mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
added comment
This commit is contained in:
parent
e5386bcb6b
commit
4ed1b23cd5
1 changed files with 1 additions and 0 deletions
|
@ -1795,6 +1795,7 @@ Item_func_group_concat::fix_fields(THD *thd, TABLE_LIST *tables, Item **ref)
|
||||||
*/
|
*/
|
||||||
for (i= 0 ; i < arg_count_order ; i++)
|
for (i= 0 ; i < arg_count_order ; i++)
|
||||||
{
|
{
|
||||||
|
// order_item->item can be changed by fix_fields() call
|
||||||
ORDER *order_item= order[i];
|
ORDER *order_item= order[i];
|
||||||
if ((*order_item->item)->fix_fields(thd, tables, order_item->item) ||
|
if ((*order_item->item)->fix_fields(thd, tables, order_item->item) ||
|
||||||
(*order_item->item)->check_cols(1))
|
(*order_item->item)->check_cols(1))
|
||||||
|
|
Loading…
Reference in a new issue