• Nikita Malyavin's avatar
    MDEV-18859 Server crashes in bitmap_bits_set / pack_row /... · 7e3e2d06
    Nikita Malyavin authored
    MDEV-18859 Server crashes in bitmap_bits_set / pack_row / THD::binlog_write_row upon DELETE .. FOR PORTION with binary logging
    
    rpl_write_set is initialized in TABLE::mark_columns_per_binlog_row_image.
    Since we just call use_all_columns for PORTION OF case, no need in
    column marking logic here. Instead, initialize table->rpl_write_set in
    place.
    7e3e2d06
delete.test 6.67 KB