• Daniele Sciascia's avatar
    MW-292 Reset timestamp after transaction replay · 7431368e
    Daniele Sciascia authored
    Transaction replay causes the THD to re-apply the replication
    events from execution, using the same path appliers do. While
    applying the log events, the THD's timestamp is set to the
    timestamp of the event.
    Setting the timestamp explicitly causes function NOW() to
    always the timestamp that was set. To avoid this behavior we
    reset the timestamp after replaying is done.
    7431368e
sql_class.h 164 KB