• Marko Mäkelä's avatar
    MDEV-21088: Follow-up fix for ROW_FORMAT=REDUNDANT · aa3d28ac
    Marko Mäkelä authored
    For ROW_FORMAT=REDUNDANT, we must reserve fixed-length dummy values
    for the CHAR columns in the metadata record. This is because in
    MariaDB Server 10.4, btr_cur_instant_init_low() will rely on
    dict_index_t::trx_id_offset being accurate for the metadata record.
    aa3d28ac
handler0alter.cc 273 KB