1. 08 Aug, 2012 1 commit
  2. 02 Aug, 2012 2 commits
    • Sergey Petrunya's avatar
      Merge · b71f7d97
      Sergey Petrunya authored
      b71f7d97
    • Sergey Petrunya's avatar
      MDEV-416: Server crashes in SQL_SELECT::cleanup on EXPLAIN with SUM ( DISTINCT ) · 59e64b6c
      Sergey Petrunya authored
      - When JOIN::cleanup(full==TRUE) is called, the select can be in two states:
        = Right after the create_sort_index() call, when join->join_tab[0] is used to 
          read data produced by filesort().
        = After create_sort_index(), and after JOIN::reinit() calls, when 
          join->join_tab[0] has been reset to read the original data. 
      - We didn't handle the second case correctly, which resulted in an attempt to free 
        the same SQL_SELECT two times. The fix is to make sure we don't double-free.
      59e64b6c
  3. 01 Aug, 2012 1 commit
  4. 27 Jul, 2012 1 commit
  5. 25 Jul, 2012 3 commits
  6. 24 Jul, 2012 2 commits
  7. 23 Jul, 2012 1 commit
  8. 19 Jul, 2012 4 commits
  9. 18 Jul, 2012 4 commits
  10. 17 Jul, 2012 2 commits
  11. 16 Jul, 2012 4 commits
  12. 13 Jul, 2012 1 commit
    • unknown's avatar
      fixed MySQL bug#53775: · 9f6a1c58
      unknown authored
      Now partition engine adds underlying tables to the QC and ask underlying tables engine permittion to cache the query and return result of the query.
      
      Incorrect QC cleanup in case of table registration failure fixe.
      
      Unified interface for myisammrg & partitioned engnes for QC.
      9f6a1c58
  13. 12 Jul, 2012 1 commit
  14. 11 Jul, 2012 4 commits
  15. 10 Jul, 2012 2 commits
  16. 07 Jul, 2012 1 commit
  17. 05 Jul, 2012 5 commits
  18. 04 Jul, 2012 1 commit