• Monty's avatar
    MDEV-17067 Server crash in write_block_record · 490e220a
    Monty authored
    Problem was that Create_field::create_length_to_internal_length()
    calculated a different pack_length for NEWDECIMAL compared to
    Field_new_decimal constructor which lead to some unused bytes
    in the middle of the record, which Aria didn't like.
    490e220a
create.test 1.18 KB