1. 01 Feb, 2012 1 commit
    • unknown's avatar
      fix for LP BUG#921878. · b4643d75
      unknown authored
      Problem was in try to check/use Item_direct_ref of derived view when we have to use real Item_field under it.
      b4643d75
  2. 31 Jan, 2012 1 commit
  3. 30 Jan, 2012 2 commits
  4. 28 Jan, 2012 3 commits
  5. 27 Jan, 2012 2 commits
  6. 26 Jan, 2012 2 commits
  7. 25 Jan, 2012 4 commits
  8. 23 Jan, 2012 2 commits
  9. 22 Jan, 2012 2 commits
  10. 19 Jan, 2012 3 commits
    • Sergey Petrunya's avatar
      BUG#912513: Wrong result (missing rows) with join_cache_hashed+materialization+semijoin=on · 9f60aa27
      Sergey Petrunya authored
      - equality substitution code was geared towards processing WHERE/ON clauses.
        that is, it assumed that it was doing substitions on the code that 
         = wasn't attached to any particular join_tab yet
         = was going to be fed to make_join_select() which would take the condition
           apart and attach various parts of it to tables inside/outside semi-joins.
      - However, somebody added equality substition for ref access. That is, if 
        we have a ref access on TBL.key=expr, they would do equality substition in
        'expr'. This possibility wasn't accounted for.
      - Fixed equality substition code by adding a mode that does equality 
        substition under assumption that the processed expression will be 
        attached to a certain particular table TBL.
      9f60aa27
    • Sergey Petrunya's avatar
      BUG#912538: Wrong result (missing rows) with semijoin=on, firstmatch=on, ... · 8bedf1ea
      Sergey Petrunya authored
      - setup_semijoin_dups_elimination() would incorrectly set join_tab->do_firstmatch 
        when the join order had outer tables interleaved with inner.
      8bedf1ea
    • Vladislav Vaintroub's avatar
      Fix compiler warning on Windows. · 0e975ded
      Vladislav Vaintroub authored
      0e975ded
  11. 18 Jan, 2012 6 commits
  12. 17 Jan, 2012 1 commit
  13. 13 Jan, 2012 1 commit
  14. 11 Jan, 2012 1 commit
  15. 10 Jan, 2012 2 commits
  16. 09 Jan, 2012 1 commit
  17. 08 Jan, 2012 2 commits
  18. 03 Jan, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #910083. · cd55894a
      Igor Babaev authored
      The patch for bug 685411 erroneously removed a call of engine->set_thd()
      from Item_subselect::fix_fields().
      cd55894a
  19. 30 Dec, 2011 3 commits