diff options
author | unknown <igor@rurik.mysql.com> | 2005-12-11 22:21:19 -0800 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2005-12-11 22:21:19 -0800 |
commit | 04d5378c501cbd673a7e2ee2ef60b31d00e3b8f9 (patch) | |
tree | 6e7125928b9bfd3b478d54628b38d992e37cfb56 /sql/item.cc | |
parent | 53f8fed437919b82857d4518c43e6e17065786b5 (diff) | |
download | mariadb-git-04d5378c501cbd673a7e2ee2ef60b31d00e3b8f9.tar.gz |
item_sum.h, item.cc:
Post review corrections in comments.
sql/item.cc:
Post review corrections in comments.
sql/item_sum.h:
Post review corrections in comments.
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc index 08054b96925..659970f2a91 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -1084,7 +1084,7 @@ void Item_name_const::print(String *str) ref_pointer_array Pointer to array of reference fields fields All fields in select ref Pointer to item - skip_registered <=> the function must skipped for registered SUM items + skip_registered <=> function be must skipped for registered SUM items NOTES This is from split_sum_func2() for items that should be split |