1. 20 Aug, 2013 2 commits
  2. 19 Aug, 2013 3 commits
    • Igor Babaev's avatar
      Merge · e1095c1a
      Igor Babaev authored
      e1095c1a
    • Igor Babaev's avatar
      Merge · b4e994d7
      Igor Babaev authored
      b4e994d7
    • Igor Babaev's avatar
      Merge 5.3->5.5. · 4eddb2c2
      Igor Babaev authored
      In particular:
      Merged the patch for bug mdev-4418 from 5.3 into 5.5.
      Fixed a bug in the patch that should be backported to 5.3.
      4eddb2c2
  3. 17 Aug, 2013 2 commits
  4. 15 Aug, 2013 4 commits
    • Igor Babaev's avatar
      Merge · 752d5d02
      Igor Babaev authored
      752d5d02
    • Igor Babaev's avatar
      Fixed bug mdev-4355. · fa7f6772
      Igor Babaev authored
      This patch almost totally revised the patch for bug mdev-4177.
      The latter had too many defects. In particular, it did not
      propagate multiple equalities formed when merging a degenerate
      disjunct into underlying AND formula.
      fa7f6772
    • Igor Babaev's avatar
      Merge 5.2->5.3 · 960720b1
      Igor Babaev authored
      960720b1
    • Igor Babaev's avatar
      Merge 5.1->5.2 · 7ba78277
      Igor Babaev authored
      7ba78277
  5. 14 Aug, 2013 1 commit
  6. 13 Aug, 2013 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-4894. · 6dd9f049
      Igor Babaev authored
      This a an old legacy performance bug.
      When a very selective range scan existed for the second table in a join,
      and, at the same time, there was another range condition depending on the
      fields of the first table, the optimizer chose a plan with
      'Range checked for each record'. This plan was extremely inefficient in
      comparison with the regular selective range scan.
      As a matter of fact the range scan chosen for each record was the same as
      that selective range scan. 
      
      Changed the test case for bug 24776 to preserve the old output for explain.
       
      6dd9f049
  7. 12 Aug, 2013 2 commits
  8. 08 Aug, 2013 5 commits
  9. 05 Aug, 2013 7 commits
  10. 01 Aug, 2013 2 commits
  11. 31 Jul, 2013 2 commits
  12. 29 Jul, 2013 1 commit
    • Vladislav Vaintroub's avatar
      MDEV-4815 - allow multiple mysql_server_init() / mysql_server_end() in the... · 3ef0157d
      Vladislav Vaintroub authored
      MDEV-4815 - allow multiple  mysql_server_init() / mysql_server_end() in the same process, for embedded library.
      
      - Reset  static variables that are used to signal "init done"  for DBUG, in dbug_end()
      - Set string server variables to NULL after memory for the value is freed - avoids double free()
      - fix DBUG_ASSERTs that happened during reinitialization.
      3ef0157d
  13. 25 Jul, 2013 1 commit
    • Sergey Petrunya's avatar
      MDEV-4687: impossible where with < operation, but =-5 return one row · 9a780a59
      Sergey Petrunya authored
      - Let _ma_record_pos() set SEARCH_PART_KEY when doing a search on
        a prefix of a [unique] key.  Otherwise, _ma_search_pos() would 
        find the first key equal to search key, and assume it is also 
        the last one, which will make a wrong estimate of key's position.
      
        A wrong key position may cause min_pos > max_pos and records_in_range()
        will return 0, which will make the optimizer think it's an impossible 
        range while in fact it is not.
      9a780a59
  14. 21 Jul, 2013 1 commit
  15. 19 Jul, 2013 1 commit
  16. 18 Jul, 2013 1 commit
  17. 17 Jul, 2013 2 commits
  18. 16 Jul, 2013 2 commits