• Nikita Malyavin's avatar
    MDEV-31838 Assertion fails upon replication online alter with MINIMAL row · 982b6895
    Nikita Malyavin authored
    Replica honors its own binlog_row_image value when it sets up read_set.
    When a slave thread is applying replicated row events in parallel with the
    running online alter, we need all columns to be read from the table
    (for the online alter logged row event) not only those that were present in
    the pre-image for the replicated row event.
    
    Avoid shrinking the set when online alter is running, i.e. leave it all set
    982b6895
rpl_alter_online_debug.result 1.88 KB