1. 31 Aug, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug #12861 client hang with group_concat insubquery FROM DUAL. · f1fb30a1
      evgen@moonbone.local authored
      Item_func_group_concat::fix_fields() set maybe_null flag to 0, and set it to
      1 only if some of it's arguments may be null. When used in subquery in tmp 
      table created field which can't be null. When no data retireved result field
      have to be set to null and error mentioned in bug report occurs. Also this 
      bug can occur if selecting from not null field in empty table.
      
      Function group_concat now marked maybe_null from the very beginning not only
      if some of it's argument may be null.
      f1fb30a1
  2. 30 Aug, 2005 17 commits
  3. 29 Aug, 2005 12 commits
  4. 28 Aug, 2005 5 commits
  5. 27 Aug, 2005 1 commit
  6. 26 Aug, 2005 4 commits