1. 23 Feb, 2010 1 commit
  2. 21 Feb, 2010 4 commits
  3. 20 Feb, 2010 1 commit
  4. 17 Feb, 2010 4 commits
  5. 15 Feb, 2010 1 commit
  6. 12 Feb, 2010 1 commit
  7. 11 Feb, 2010 7 commits
  8. 28 Jan, 2010 1 commit
  9. 18 Jan, 2010 1 commit
  10. 17 Jan, 2010 4 commits
  11. 01 Jan, 2010 1 commit
  12. 27 Dec, 2009 1 commit
    • Sergey Petrunya's avatar
      DS-MRR backport: fix buildbot valgrind failures: · 1a490f2d
      Sergey Petrunya authored
      - Do call update_used_tables() for new conditions obtained when adding
        outer join's triggered conditions. Correct values of used_tables() are
        now needed for condition pushdown.
      - Update test results
      
      mysql-test/suite/pbxt/r/join_outer.result:
        DS-MRR backport:
        - Update test results
      sql/sql_select.cc:
        DS-MRR backport: fix buildbot valgrind failures:
        - Do call update_used_tables() for new conditions obtained when adding
          outer join's triggered conditions. Correct values of used_tables() are
          now needed for condition pushdown.
      1a490f2d
  13. 22 Dec, 2009 5 commits
  14. 21 Dec, 2009 2 commits
  15. 19 Dec, 2009 1 commit
  16. 16 Dec, 2009 1 commit
    • Sergey Petrunya's avatar
      DS-MRR backport: · 3cc3938b
      Sergey Petrunya authored
      - Fix PBXT test results (PBXT doesn't support MRR or ICP, but we get result 
        diffs because we've also backported a fix that
        - prints out "Using where" when the table has part of WHERE that it has 
          got from LEFT JOIN's ON expression
        - Does a better job at removing equalities that are guaranteed to be true 
          by use of ref acccess.
      3cc3938b
  17. 15 Dec, 2009 4 commits