• Sergei Golubchik's avatar
    MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in... · fd240a10
    Sergei Golubchik authored
    MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in ha_partition::update_row on slave
    
    RBR cannot work with system versioning on the master.
    
    row_end column is either system time (not @@timestamp) with microsecond
    precision or transaction id. Either way, it'll certainly be different
    on the slave. So if the master row contains row_end column, it won't
    match on the slave. And if we ignore row_end when comparing,
    then some other row might match instead.
    fd240a10
sql_class.cc 232 KB