1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.

If GROUP_CONCAT is calculated we always put its argument into a temp
table, even when the argument is a constant item.
This commit is contained in:
unknown
2005-07-31 02:32:33 -07:00
parent 21d2fb6287
commit 2f47bc19d7

View File

@@ -1986,6 +1986,7 @@ bool Item_func_group_concat::setup(THD *thd)
}
count_field_types(tmp_table_param,all_fields,0);
tmp_table_param->need_const= 1;
if (table)
{
/*