• Marko Mäkelä's avatar
    MDEV-18033/MDEV-18034: Assertion failed on NOT NULL removal · 00372075
    Marko Mäkelä authored
    innobase_instant_try(): Only try to update the hidden metadata
    record if the number of columns is changing (increasing) or
    a metadata BLOB is being added due to permuting or dropping columns
    for the first time.
    
    dict_table_t::instant_column(), ha_innobase_inplace_ctx::instant_column():
    Return whether the metadata record needs to be updated.
    00372075
instant_alter.test 15.6 KB