small fix in comment
This commit is contained in:
parent
35c1b4bcf2
commit
a4161274ef
@ -1822,7 +1822,7 @@ bool Item_func_group_concat::setup(THD *thd)
|
|||||||
if (select_lex->linkage == GLOBAL_OPTIONS_TYPE)
|
if (select_lex->linkage == GLOBAL_OPTIONS_TYPE)
|
||||||
DBUG_RETURN(1);
|
DBUG_RETURN(1);
|
||||||
/*
|
/*
|
||||||
all not constant fields are push to list and create temp table
|
push all not constant fields to list and create temp table
|
||||||
*/
|
*/
|
||||||
always_null= 0;
|
always_null= 0;
|
||||||
for (uint i= 0; i < arg_count; i++)
|
for (uint i= 0; i < arg_count; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user