1. 11 Oct, 2005 1 commit
  2. 09 Oct, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug#7672 Unknown column error in order clause · 6bfc2d4b
      evgen@moonbone.local authored
      When fixing Item_func_plus in ORDER BY clause field c is searched in all
      opened tables, but because c is an alias it wasn't found there.
      
      This patch adds a flag to select_lex which allows Item_field::fix_fields() 
      to look up in select's item_list to find aliased fields.
      6bfc2d4b
  3. 26 Sep, 2005 5 commits
  4. 25 Sep, 2005 1 commit
  5. 24 Sep, 2005 2 commits
  6. 23 Sep, 2005 8 commits
  7. 22 Sep, 2005 13 commits
  8. 21 Sep, 2005 9 commits