1. 18 Jul, 2012 1 commit
  2. 17 Jul, 2012 2 commits
  3. 11 Jul, 2012 3 commits
  4. 10 Jul, 2012 1 commit
  5. 07 Jul, 2012 1 commit
  6. 05 Jul, 2012 3 commits
  7. 30 Jun, 2012 2 commits
  8. 29 Jun, 2012 1 commit
  9. 28 Jun, 2012 3 commits
  10. 25 Jun, 2012 1 commit
  11. 21 Jun, 2012 1 commit
  12. 19 Jun, 2012 2 commits
  13. 14 Jun, 2012 1 commit
  14. 10 Jun, 2012 3 commits
  15. 08 Jun, 2012 3 commits
  16. 07 Jun, 2012 5 commits
  17. 06 Jun, 2012 2 commits
  18. 05 Jun, 2012 1 commit
    • unknown's avatar
      Fixed bug lp:1000649 · f1ab0089
      unknown authored
      Analysis:
      
      When the method JOIN::choose_subquery_plan() decided to apply
      the IN-TO-EXISTS strategy, it set the unit and select_lex
      uncacheable flag to UNCACHEABLE_DEPENDENT_INJECTED unconditionally.
      As result, even if IN-TO-EXISTS injected non-correlated predicates,
      the subquery was still treated as correlated.
      
      Solution:
      Set the subquery as correlated only if the injected predicate(s) depend
      on the outer query.
      f1ab0089
  19. 04 Jun, 2012 4 commits