1. 01 Feb, 2006 1 commit
    • igor@rurik.mysql.com's avatar
      FIxed bug #14927. · d6370b48
      igor@rurik.mysql.com authored
      A query with a group by and having clauses could return a wrong
      result set if the having condition contained a constant conjunct 
      evaluated to FALSE.
      It happened because the pushdown condition for table with
      grouping columns lost its constant conjuncts.
      Pushdown conditions are always built by the function make_cond_for_table
      that ignores constant conjuncts. This is apparently not correct when
      constant false conjuncts are present.
      d6370b48
  2. 31 Jan, 2006 1 commit
  3. 30 Jan, 2006 4 commits
  4. 27 Jan, 2006 7 commits
  5. 26 Jan, 2006 6 commits
  6. 25 Jan, 2006 4 commits
  7. 24 Jan, 2006 3 commits
  8. 23 Jan, 2006 6 commits
  9. 21 Jan, 2006 3 commits
  10. 19 Jan, 2006 3 commits
  11. 18 Jan, 2006 2 commits