• Marko Mäkelä's avatar
    row_undo_mod_clust(): Fix stack-use-after-scope · b6a44b4c
    Marko Mäkelä authored
    This is fixing a regression that was introduced in MDEV-15562
    commit 0e5a4ac2.
    
    On rollback of UPDATE or DELETE of a ROW_FORMAT=COMPRESSED table,
    page_zip_write_trx_id_and_roll_ptr() was accessing
    offsets=offsets_ after offsets_ went out of scope.
    b6a44b4c
row0umod.cc 41.7 KB