1. 19 Apr, 2012 2 commits
    • Sergey Petrunya's avatar
      BUG#978479: Wrong result (extra rows) with... · 34805f49
      Sergey Petrunya authored
      BUG#978479: Wrong result (extra rows) with derived_with_keys+loosescan+semijoin=ON, materialization=OFF
      - Part#2: Don't try to construct a LooseScan access on indexes that do not guarantee 
        index-ordered reads.
      
      34805f49
    • Sergey Petrunya's avatar
      BUG#978479: Wrong result (extra rows) with... · 93b05ff6
      Sergey Petrunya authored
      BUG#978479: Wrong result (extra rows) with derived_with_keys+loosescan+semijoin=ON, materialization=OFF
      Part#1: make EXPLAIN's plan match the one by actual execution: 
      Item_subselect::used_tables() should return the same value irrespectively 
      of whether we're running an EXPLAIN or a SELECT.
      93b05ff6
  2. 16 Apr, 2012 7 commits
  3. 08 Apr, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #972943 properly. · cdf7ce0a
      Igor Babaev authored
      The previous patch for the bug (that erroneously identified the bug as
      bug 972973 in its comment) was incorrect. 
      It turned out that the code that triggered the abort complain reported for
      the bug was not needed at all.
      cdf7ce0a
  4. 07 Apr, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #972973. · 00052d8a
      Igor Babaev authored
      When the function free_tmp_table deletes the handler object for
      a temporary table the field TABLE::file for this table should be
      set to NULL. Otherwise an assertion failure may occur.
      00052d8a
  5. 06 Apr, 2012 6 commits
  6. 05 Apr, 2012 4 commits
    • Sergei Golubchik's avatar
      merge · 7a5d4701
      Sergei Golubchik authored
      7a5d4701
    • unknown's avatar
      Fix of LP bug#968720. · 66d00989
      unknown authored
      When a view/derived table is converted from merged to materialized the
      items from the used_item lists are substituted for items referring to
      the fields of the result of the materialization. The problem appeared
      with queries employing natural joins. Since the resolution of a natural
      join was performed only once the used_item list formed at the second
      execution of the query lacked the references to the fields that were
      used only in the equality predicates generated for the natural join.
      66d00989
    • Sergei Golubchik's avatar
      merge · 8a153048
      Sergei Golubchik authored
      8a153048
    • Sergei Golubchik's avatar
      mysql-5.1.62 merge · d4b30a7a
      Sergei Golubchik authored
      d4b30a7a
  7. 04 Apr, 2012 8 commits
  8. 03 Apr, 2012 4 commits
  9. 02 Apr, 2012 6 commits
  10. 30 Mar, 2012 1 commit