• Marko Mäkelä's avatar
    Re-enable the debug assertions for Bug#12650861. · f842fd50
    Marko Mäkelä authored
    Replace UNIV_BLOB_NULL_DEBUG with UNIV_DEBUG||UNIV_BLOB_LIGHT_DEBUG. 
    Fix known bogus failures.
    
    btr_cur_optimistic_update(): If rec_offs_any_null_extern(), assert that
    the current transaction is an incomplete transaction that is being
    rolled back in crash recovery.
    
    row_build(): If rec_offs_any_null_extern(), assert that the transaction
    that last updated the record was recovered during crash recovery
    (and will soon be rolled back).
    f842fd50
row0row.c 19.2 KB