• Sergei Golubchik's avatar
    MDEV-15405 Mixed replication fails with "Could not execute Delete_rows_v1... · 83ea839f
    Sergei Golubchik authored
    MDEV-15405 Mixed replication fails with "Could not execute Delete_rows_v1 event" upon DELETE HISTORY
    
    Allow slave thread to set time for system versioning
    
    Note that every binlog event stores now(0), while microseconds
    are only stored when they're actually used in the query.
    
    Meaning for unversioned->versioned replication, there will be
    no microseconds. Need to compensate for that.
    83ea839f
rpl_mix.result 293 Bytes