From a4161274ef18a38eff95272cf9f05f46fb08fcb7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 30 Oct 2003 13:09:38 +0300 Subject: [PATCH] small fix in comment --- sql/item_sum.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/item_sum.cc b/sql/item_sum.cc index 9da1b21db72..ed2a03beccf 100644 --- a/sql/item_sum.cc +++ b/sql/item_sum.cc @@ -1822,7 +1822,7 @@ bool Item_func_group_concat::setup(THD *thd) if (select_lex->linkage == GLOBAL_OPTIONS_TYPE) 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; for (uint i= 0; i < arg_count; i++)