summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
diff options
context:
space:
mode:
authorunknown <konstantin@oak.local>2003-10-30 13:09:38 +0300
committerunknown <konstantin@oak.local>2003-10-30 13:09:38 +0300
commit42a93460aca539cf1cd40e0723730f412fce0601 (patch)
treecacc335bfa4220fffde211619a472398aae96835 /sql/item_sum.cc
parentdf8c0dff610f022706655f7afc0bed70ff844db0 (diff)
downloadmariadb-git-42a93460aca539cf1cd40e0723730f412fce0601.tar.gz
small fix in comment
Diffstat (limited to 'sql/item_sum.cc')
-rw-r--r--sql/item_sum.cc2
1 files changed, 1 insertions, 1 deletions
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++)