diff options
author | igor@rurik.mysql.com <> | 2005-10-17 13:35:51 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2005-10-17 13:35:51 -0700 |
commit | f4fd1c882e5990042e024f4489e9cd1a2d7eeb39 (patch) | |
tree | 699479e75cace8563f10bd5674f4e0b0d569104c /sql/item_row.cc | |
parent | cb034d23cbf799149a61742304e07be7d218341e (diff) | |
parent | 0be47473be6e3ba415af15be4cccc175e9669dfe (diff) | |
download | mariadb-git-f4fd1c882e5990042e024f4489e9cd1a2d7eeb39.tar.gz |
Merge rurik.mysql.com:/home/igor/mysql-5.0
into rurik.mysql.com:/home/igor/dev/mysql-5.0-2
Diffstat (limited to 'sql/item_row.cc')
-rw-r--r-- | sql/item_row.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_row.cc b/sql/item_row.cc index 9362518e6ef..75c3f8a2922 100644 --- a/sql/item_row.cc +++ b/sql/item_row.cc @@ -90,7 +90,7 @@ void Item_row::split_sum_func(THD *thd, Item **ref_pointer_array, { Item **arg, **arg_end; for (arg= items, arg_end= items+arg_count; arg != arg_end ; arg++) - (*arg)->split_sum_func2(thd, ref_pointer_array, fields, arg); + (*arg)->split_sum_func2(thd, ref_pointer_array, fields, arg, TRUE); } |