1. 09 Nov, 2004 1 commit
  2. 05 Nov, 2004 1 commit
  3. 02 Nov, 2004 2 commits
    • timour@mysql.com's avatar
      fixed spelling · 7031a0b0
      timour@mysql.com authored
      7031a0b0
    • timour@mysql.com's avatar
      WL#1972 "Evaluate HAVING before SELECT select-list" · 09f1c709
      timour@mysql.com authored
      - Changed name resolution for GROUP BY so that derived columns do not shadow table columns
        from the FROM clause. As a result GROUP BY now is handled as a true ANSI extentsion.
      - Issue a warning when HAVING is resolved into ambiguous columns, and prefer the columns from
        the GROUP BY clause over SELECT columns.
      09f1c709
  4. 28 Oct, 2004 1 commit
  5. 23 Oct, 2004 2 commits
  6. 22 Oct, 2004 7 commits
  7. 21 Oct, 2004 10 commits
  8. 20 Oct, 2004 9 commits
  9. 19 Oct, 2004 3 commits
    • igor@rurik.mysql.com's avatar
      a03e5ad8
    • igor@rurik.mysql.com's avatar
      table.h, sql_select.h: · 4c8e3917
      igor@rurik.mysql.com authored
        Added the code processing on expressions for applying
        multiple equalities.
      sql_select.cc:
        Post-merge fixes for Item_equal patch.
        Added the code processing on expressions for applying
        multiple equalities.
      Many files:
        Post-merge fixes for Item_equal patch.
      item_cmpfunc.cc:
        Post-merge fixes for Item_equal patch.
        Fixed a problem when an equality field=const cannot be applied to
        the predicate P(field,c) for constant propagation as a conversion
        of field is needed.
      item.h, item.cc:
        Fixed a problem when an equality field=const cannot be applied to
        the predicate P(field,c) for constant propagation as a conversion
        of field is needed.
      4c8e3917
    • serg@serg.mylan's avatar
      0b7f26d7
  10. 18 Oct, 2004 3 commits
  11. 16 Oct, 2004 1 commit