1. 01 Feb, 2012 1 commit
  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 3 commits
  9. 22 Jan, 2012 2 commits
  10. 21 Jan, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #919427. · 58026fee
      Igor Babaev authored
      The function subselect_uniquesubquery_engine::copy_ref_key has to take into
      account that when EXPLAIN is processed the array of store_key object created
      for any TABLE_REF may contain elements for constant items. These items should
      be ignored by thefunction.
      58026fee
  11. 19 Jan, 2012 3 commits
    • Sergey Petrunya's avatar
      BUG#912513: Wrong result (missing rows) with join_cache_hashed+materialization+semijoin=on · 6a62f42a
      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.
      6a62f42a
    • Sergey Petrunya's avatar
      BUG#912538: Wrong result (missing rows) with semijoin=on, firstmatch=on, ... · b35d8a72
      Sergey Petrunya authored
      - setup_semijoin_dups_elimination() would incorrectly set join_tab->do_firstmatch 
        when the join order had outer tables interleaved with inner.
      b35d8a72
    • Vladislav Vaintroub's avatar
      Fix compiler warning on Windows. · 5a76dfea
      Vladislav Vaintroub authored
      5a76dfea
  12. 18 Jan, 2012 6 commits
  13. 17 Jan, 2012 1 commit
  14. 13 Jan, 2012 1 commit
  15. 12 Jan, 2012 4 commits
  16. 11 Jan, 2012 1 commit
  17. 10 Jan, 2012 2 commits
  18. 09 Jan, 2012 1 commit