• Marko Mäkelä's avatar
    MDEV-18322 Assertion "wrong page type" on instant ALTER TABLE · 655f78a2
    Marko Mäkelä authored
    row_ins_clust_index_entry_low(): Invoke btr_set_instant() in the same
    mini-transaction that has successfully inserted the metadata record.
    In this way, if inserting the metadata record fails before any
    undo log record was written for it, the index root page will remain
    consistent.
    
    innobase_instant_try(): Remove the btr_set_instant() call.
    
    This is a 10.6 version of c17aca2f.
    
    Tested by: Matthias Leich
    Reviewed by: Thirunarayanan Balathandayuthapani
    655f78a2
handler0alter.cc 330 KB