1. 20 Dec, 2007 1 commit
  2. 19 Dec, 2007 1 commit
  3. 18 Dec, 2007 1 commit
  4. 17 Dec, 2007 9 commits
  5. 15 Dec, 2007 4 commits
  6. 14 Dec, 2007 2 commits
    • igor@olga.mysql.com's avatar
      Fixed bug #27848. · f25e30eb
      igor@olga.mysql.com authored
      In a union without braces, the order by at the end is applied to the 
      overall union. It therefore should not interfere with the individual
      select parts of the union.
      
      Fixed by changing our parser rules appropriately.
      f25e30eb
    • 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
  7. 13 Dec, 2007 9 commits
  8. 12 Dec, 2007 1 commit
  9. 11 Dec, 2007 5 commits
  10. 10 Dec, 2007 5 commits
  11. 09 Dec, 2007 2 commits