1. 19 Jul, 2012 1 commit
  2. 18 Jul, 2012 1 commit
  3. 17 Jul, 2012 2 commits
  4. 11 Jul, 2012 3 commits
  5. 10 Jul, 2012 1 commit
  6. 07 Jul, 2012 1 commit
  7. 05 Jul, 2012 3 commits
  8. 30 Jun, 2012 2 commits
  9. 29 Jun, 2012 1 commit
  10. 28 Jun, 2012 3 commits
  11. 25 Jun, 2012 1 commit
  12. 21 Jun, 2012 1 commit
  13. 19 Jun, 2012 2 commits
  14. 14 Jun, 2012 1 commit
  15. 10 Jun, 2012 3 commits
  16. 08 Jun, 2012 3 commits
  17. 07 Jun, 2012 5 commits
  18. 06 Jun, 2012 2 commits
  19. 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
  20. 04 Jun, 2012 3 commits