• Marko Mäkelä's avatar
    MDEV-17820 Assertion failed on instant DROP COLUMN · 301bd62b
    Marko Mäkelä authored
    btr_cur_pessimistic_insert(): Do not attempt to convert the
    metadata BLOB to external storage if it has already been converted.
    It could have been converted by btr_cur_pessimistic_update().
    Relax some over-zealous assertions.
    
    dtuple_convert_big_rec(): Assert that the metadata BLOB has
    not been converted yet.
    301bd62b
instant_alter.test 19.7 KB