1. 10 Oct, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug#13327 check_equality() wasn't checking view's fields · 65325ecb
      evgen@moonbone.local authored
      check_equality() finds equalities among field items. It checks input items
      to be Item_fields thus skipping view's fields, which are represented by
      Item_direct_view_ref. Because of this index wasn't applied in all cases
      it can be.
      
      To fix this problem check_equality() now takes real item of
      Item_direct_view_ref, except outer view refs (with depended_from set).
      65325ecb
  2. 09 Oct, 2005 1 commit
  3. 08 Oct, 2005 4 commits
  4. 07 Oct, 2005 7 commits
  5. 06 Oct, 2005 15 commits
  6. 05 Oct, 2005 12 commits