1. 04 Oct, 2010 1 commit
  2. 03 Oct, 2010 2 commits
  3. 01 Oct, 2010 1 commit
  4. 28 Sep, 2010 3 commits
  5. 21 Sep, 2010 1 commit
  6. 20 Sep, 2010 3 commits
  7. 18 Sep, 2010 1 commit
  8. 15 Sep, 2010 3 commits
  9. 13 Sep, 2010 2 commits
  10. 12 Sep, 2010 2 commits
  11. 11 Sep, 2010 1 commit
  12. 10 Sep, 2010 1 commit
  13. 05 Sep, 2010 1 commit
  14. 19 Aug, 2010 1 commit
  15. 15 Aug, 2010 3 commits
  16. 14 Aug, 2010 2 commits
  17. 12 Aug, 2010 2 commits
  18. 11 Aug, 2010 1 commit
  19. 09 Aug, 2010 3 commits
  20. 08 Aug, 2010 4 commits
  21. 05 Aug, 2010 1 commit
  22. 30 Jul, 2010 1 commit
    • unknown's avatar
      Fix for luanchpad bug#609043 · 02c040dd
      unknown authored
      Removed indirect reference in equalities for cache index lookup.
      
      We should use a direct reference because some optimization of the
      query may optimize out a condition predicate and if the outer reference
      is the only element of the condition predicate the indirect reference
      becomes NULL.
      
      We can resolve correctly the indirect reference in
      Expression_cache_tmptable::make_equalities because it is called before
      optimization of the cached subquery.
      
      
      mysql-test/r/subquery_cache.result:
        The test suite for the bug added.
      mysql-test/t/subquery_cache.test:
        The test suite for the bug added.
      sql/sql_expression_cache.cc:
        Removed indirect reference in equalities for cache index lookup.
      02c040dd