• Marko Mäkelä's avatar
    Simplify row_undo_ins_remove_sec_low() · fa929f7c
    Marko Mäkelä authored
    Reduce the scope of some variables, remove a goto and a redundant
    assertion.
    
    For B-tree secondary indexes, this function can remove a delete-marked
    purgeable record, in case a row rollback of the INSERT was initiated
    due to an error in an earlier secondary index.
    fa929f7c
row0uins.cc 15.1 KB