mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
Merge branch '10.0' 10.1
This commit is contained in:
commit
e74f2e2b86
71 changed files with 1114 additions and 180 deletions
|
|
@ -3360,7 +3360,7 @@ Item_func_group_concat::fix_fields(THD *thd, Item **ref)
|
|||
args[i]->fix_fields(thd, args + i)) ||
|
||||
args[i]->check_cols(1))
|
||||
return TRUE;
|
||||
with_subselect|= args[i]->with_subselect;
|
||||
with_subselect|= args[i]->with_subselect;
|
||||
}
|
||||
|
||||
/* skip charset aggregation for order columns */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue