• Thirunarayanan Balathandayuthapani's avatar
    MDEV-26198 Assertion `0' failed in row_log_table_apply_op during · dfdcd7ff
    Thirunarayanan Balathandayuthapani authored
    		redundant table rebuild
    
    - InnoDB alter fails to apply the online log during redundant table
    rebuild. Problem is that InnoDB wrongly reads the length flags of the
    record while applying the temporary log record.
    
    rec_init_offsets_comp_ordinary(): For finding the n_core_null_bytes,
    InnoDB should use the same logic as rec_convert_dtuple_to_rec_comp().
    dfdcd7ff
instant_alter_crash.test 6.72 KB