• Sergei Golubchik's avatar
    Fix recalculation of vcols in binlog_row_image=minimal · 9545eb96
    Sergei Golubchik authored
    unpack_row() must calculate all stored and indexed vcols
    (in fill_extra_persistent_columns()).
    
    Also Update and Delete row events must mark in read_set
    all columns needed for calculating all stored and indexed vcols.
    
    If it's done properly in do_apply_event(), it no longer needs
    to be repeated per row.
    9545eb96
rpl_record.h 1.48 KB