• Marko Mäkelä's avatar
    Refactor trx_undo_report_row_operation() · 9f57e595
    Marko Mäkelä authored
    Fix a -fsanitizer=undefined warning that trx_undo_report_row_operation()
    was being passed thr=NULL when the BTR_NO_UNDO_LOG_FLAG flag was set.
    
    trx_undo_report_row_operation(): Remove the first two parameters.
    The parameter clust_entry!=NULL distinguishes inserts from updates.
    
    This should be a non-functional change (no observable change in
    behaviour; slightly smaller code).
    9f57e595
btr0cur.cc 171 KB