1. 07 Sep, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug #12922 if(sum(),...) with group from view returns wrong results · 80c3a0b1
      evgen@moonbone.local authored
      Fields of view represented by Item_direct_view_ref. When complex expression
      such as if(sum()>...,...) is splited in simpler parts by refs was ignored.
      Beside this direct ref doesn't use it's result_field and thus can't store
      it's result in tmp table which is needed for sum() ... group.
      All this results in reported bug.
      
      Item::split_sum_func2() now converts Item_direct_view_ref to Item_ref to
      make fields from view being storable in tmp table.
      80c3a0b1
  2. 05 Sep, 2005 2 commits
  3. 04 Sep, 2005 4 commits
  4. 03 Sep, 2005 6 commits
  5. 02 Sep, 2005 27 commits