1. 12 Jul, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug#11709 View was ordered by wrong column. · de016ca7
      evgen@moonbone.local authored
      When searching column to sort on, item was compared to field under view
      column, but not the column itself. Because names of view column and underlaid
      field may differ, it leads to possibly choosing wrong column for sorting on.
      
      This patch makes Item_direct_view_ref::eq(Item *item,...) compare
      item's name with it's own name proir to comparing to *ref item.
      de016ca7
  2. 07 Jul, 2005 5 commits
  3. 06 Jul, 2005 34 commits