• Marko Mäkelä's avatar
    MDEV-19030: Assertion failed in rec_init_offsets() after DROP COLUMN · 43c20542
    Marko Mäkelä authored
    This basically is a duplicate of MDEV-18219, proving that the
    assertion was not relaxed correctly.
    
    dict_index_t::in_instant_init: A debug flag that will only be set in
    btr_cur_instant_init_low() in order to suppress the assertion failure
    in rec_init_offsets() for that code path only.
    43c20542
instant_alter_bugs.test 9.6 KB