Merge branch '10.0' 10.1

This commit is contained in:
Sergei Golubchik 2017-04-28 20:19:32 +02:00
commit e74f2e2b86
71 changed files with 1114 additions and 180 deletions

View file

@ -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 */