• unknown's avatar
    BUG#22550 (Replication of BIT column failing): · f0b8c4da
    unknown authored
    Using move_field_offset() to move field pointer to other record before
    calling pack()/unpack().
    
    
    sql/log_event.cc:
      Using move_field_offset() to move the field pointer. It is necessary
      for unpack() and pack() of BIT fields to operate correctly.
      Adding debug printouts.
    sql/sql_class.cc:
      Using move_field_offset() to move the field pointer. It is necessary
      for unpack() and pack() of BIT fields to operate correctly.
      Adding debug printouts to packing of update rows event.
    f0b8c4da
log_event.cc 219 KB