Development Task
If the replayed statement contains now() or DML on a on update current_timestamp table, the data will be different. Subsequent DML or queries will result in an even larger gap.
So I propose to execute set timestamp=xxx after each connection is established.
Development Task
If the replayed statement contains
now()or DML on aon update current_timestamptable, the data will be different. Subsequent DML or queries will result in an even larger gap.So I propose to execute
set timestamp=xxxafter each connection is established.