1. 02 Aug, 2012 1 commit
    • 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
  2. 27 Jul, 2012 1 commit
  3. 25 Jul, 2012 3 commits
  4. 24 Jul, 2012 2 commits
  5. 23 Jul, 2012 1 commit
  6. 19 Jul, 2012 4 commits
  7. 18 Jul, 2012 4 commits
  8. 17 Jul, 2012 2 commits
  9. 16 Jul, 2012 4 commits
  10. 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
  11. 12 Jul, 2012 1 commit
  12. 11 Jul, 2012 4 commits
  13. 10 Jul, 2012 2 commits
  14. 07 Jul, 2012 1 commit
  15. 05 Jul, 2012 5 commits
  16. 04 Jul, 2012 1 commit
  17. 30 Jun, 2012 2 commits
  18. 29 Jun, 2012 1 commit