diff options
author | Igor Babaev <igor@askmonty.org> | 2011-04-26 21:11:06 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2011-04-26 21:11:06 -0700 |
commit | 24edac2211c46ea9ebeb4a13bc467fb20008916e (patch) | |
tree | e882cd519a70e326be9086468c7a6113102bf7f8 /sql/opt_sum.cc | |
parent | 79439d9a7447aac68bba7d68c2d3bf76cc319fdb (diff) | |
parent | 8d9dd21d85e257051b45b2f779dcd9bf696bf9e1 (diff) | |
download | mariadb-git-24edac2211c46ea9ebeb4a13bc467fb20008916e.tar.gz |
Merge
Diffstat (limited to 'sql/opt_sum.cc')
-rw-r--r-- | sql/opt_sum.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_sum.cc b/sql/opt_sum.cc index 0c2e41225ba..310b48756d0 100644 --- a/sql/opt_sum.cc +++ b/sql/opt_sum.cc @@ -473,7 +473,7 @@ bool simple_pred(Item_func *func_item, Item **args, bool *inv_order) /* MULT_EQUAL_FUNC */ { Item_equal *item_equal= (Item_equal *) func_item; - Item_equal_iterator it(*item_equal); + Item_equal_fields_iterator it(*item_equal); args[0]= it++; if (it++) return 0; |