1. 11 May, 2007 1 commit
    • mhansson/martin@linux-st28.site's avatar
      bug#28273: GROUP_CONCAT and ORDER BY: No warning when result gets truncated. · b1375104
      mhansson/martin@linux-st28.site authored
      When using GROUP_CONCAT with ORDER BY, a tree is used for the sorting, as 
      opposed to normal nested loops join used when there is no ORDER BY. 
      
      The tree traversal that generates the result counts the lines that have been 
      cut down. (as they get cut down to the field's max_size)
      But the check of that count was before the tree traversal, so no 
      warning was generated if the output is truncated.
      
      Fixed by moving the check to after the tree traversal.
      b1375104
  2. 07 May, 2007 12 commits
  3. 04 May, 2007 11 commits
  4. 03 May, 2007 2 commits
  5. 02 May, 2007 14 commits