1. 14 Apr, 2006 2 commits
  2. 13 Apr, 2006 5 commits
  3. 12 Apr, 2006 1 commit
    • evgen@moonbone.local's avatar
      Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was · ac54aa2a
      evgen@moonbone.local authored
      used
      
      In a simple queries a result of the GROUP_CONCAT() function was always of 
      varchar type.
      But if length of GROUP_CONCAT() result is greater than 512 chars and temporary
      table is used during select then the result is converted to blob, due to
      policy to not to store fields longer than 512 chars in tmp table as varchar
      fields.
      
      In order to provide consistent behaviour, result of GROUP_CONCAT() now
      will always be converted to blob if it is longer than 512 chars.
      Item_func_group_concat::field_type() is modified accordingly.
      ac54aa2a
  4. 11 Apr, 2006 7 commits
  5. 10 Apr, 2006 4 commits
  6. 08 Apr, 2006 3 commits
  7. 07 Apr, 2006 10 commits
  8. 06 Apr, 2006 5 commits
  9. 03 Apr, 2006 3 commits