• Monty's avatar
    MDEV-24855 ER_CRASHED_ON_USAGE or Assertion `length <= column->length' · 34c65402
    Monty authored
    When creating a summary temporary table with bit fields used in the sum
    expression with several parameters, like GROUP_CONCAT(), the counting of
    bits needed in the record was wrong.
    
    The reason we got an assert in Aria was because the bug caused a memory
    overwrite in the record and Aria noticed that the data was 'impossible.
    34c65402
group_by.result 86.7 KB