Commit 39aa36c2 authored by Alexey Botchkov's avatar Alexey Botchkov

comment added.

parent 0ba528fe
...@@ -1277,7 +1277,7 @@ static int parse_one_or_all(const Item_func *f, Item *ooa_arg, ...@@ -1277,7 +1277,7 @@ static int parse_one_or_all(const Item_func *f, Item *ooa_arg,
{ {
if (!*ooa_parsed) if (!*ooa_parsed)
{ {
char buff[20]; char buff[20]; /* enough to hold "one" or "all" words in any charset. */
String *res, tmp(buff, sizeof(buff), &my_charset_bin); String *res, tmp(buff, sizeof(buff), &my_charset_bin);
if ((res= ooa_arg->val_str(&tmp)) == NULL) if ((res= ooa_arg->val_str(&tmp)) == NULL)
return TRUE; return TRUE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment