1. 18 Mar, 2016 3 commits
  2. 16 Mar, 2016 1 commit
  3. 14 Mar, 2016 2 commits
  4. 09 Mar, 2016 3 commits
  5. 08 Mar, 2016 12 commits
  6. 28 Feb, 2016 3 commits
  7. 27 Feb, 2016 3 commits
  8. 26 Feb, 2016 10 commits
  9. 25 Feb, 2016 2 commits
  10. 24 Feb, 2016 1 commit
    • Sergei Petrunia's avatar
      MDEV-8988: Apparently valid SQL query gives wrong result (nested WHERE) · b05158cc
      Sergei Petrunia authored
      - "Early NULLs filtering" optimization used to "peel off" Item_ref and
        Item_direct_ref wrappers from an outside column reference before
        adding "outer_table_col IS NOT NULL" into JOIN::outer_ref_cond.
      - When this happened in a subquery that was evaluated in a post-GROUP-BY
        context, attempt to evaluate JOIN::outer_ref_cond would fetch an
        incorrect value of outer_table_col.
      b05158cc