• Luis Soares's avatar
    BUG#39753: Replication failure on MIXED + bit + myisam + no PK · 58339038
    Luis Soares authored
                              
    When using mixed mode the record values stored inside the storage
    engine differed from the ones computed from the row event. This
    happened because the prepare_record function was calling
    empty_record macro causing some don't care bits to be left set.
                              
    Replacing the empty_record plus explicitly setting defaults with 
    restore_record to restore the record default values fixes this.                          
    58339038
rpl_mixed_bit_pk.test 2.47 KB