1. 17 Dec, 2007 2 commits
  2. 14 Dec, 2007 1 commit
    • mhansson/martin@linux-st28.site's avatar
      Bug#32798: DISTINCT in GROUP_CONCAT clause fails when ordering by a column · cdeecc51
      mhansson/martin@linux-st28.site authored
      with null values
      
      For queries containing GROUP_CONCAT(DISTINCT fields ORDER BY fields), there 
      was a limitation that the DISTINCT fields had to be the same as ORDER BY 
      fields, owing to the fact that one single sorted tree was used for keeping 
      track of tuples, ordering and uniqueness. Fixed by introducing a second 
      structure to handle uniqueness so that the original structure has only to 
      order the result.
      cdeecc51
  3. 17 Oct, 2007 1 commit
  4. 16 Oct, 2007 1 commit
  5. 15 Oct, 2007 2 commits
  6. 14 Oct, 2007 1 commit
  7. 13 Oct, 2007 2 commits
  8. 12 Oct, 2007 3 commits
  9. 11 Oct, 2007 3 commits
  10. 10 Oct, 2007 4 commits
  11. 09 Oct, 2007 5 commits
  12. 08 Oct, 2007 1 commit
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #31156: mysqld: item_sum.cc:918: virtual bool · 67302b12
      gkodinov/kgeorge@magare.gmz authored
        Item_sum_distinct::setup(THD*): Assertion
      
      There was an assertion to detect a bug in ROLLUP
      implementation. However the assertion is not true
      when used in a subquery context with non-cacheable
      statements.
      Fixed by turning the assertion to accepted case
      (just like it's done for the other aggregate functions). 
      67302b12
  13. 07 Oct, 2007 1 commit
  14. 05 Oct, 2007 10 commits
  15. 04 Oct, 2007 3 commits