• igor@rurik.mysql.com's avatar
    sql_select.cc, item_buff.cc, item.h: · 90dd8690
    igor@rurik.mysql.com authored
      Fixed bug #11088: a crash for queries with GROUP BY a BLOB column
      + COUNT(DISTINCT...) due to an attempt to allocate a too large
      buffer for the BLOB field.
      Now the size of the buffer is limited by max_sort_length.
    group_by.test, group_by.result:
      Added a test case for bug #11088.
    90dd8690
group_by.result 27.2 KB