You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When replaying, if a PREPARE fails, the subsequent EXECUTE and CLOSE commands contain a prepared statement ID 0, which makes TiDB report an error again.
The replayer should not send EXECUTE/CLOSE after the PREPARE fails.