Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
task_checker: don't auto-resume for wrong datetime value (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 authored Sep 3, 2020
1 parent 73520d8 commit 3c0f21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/retry/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var (
UnsupportedDMLMsgs = []string{
"Error 1062: Duplicate entry",
"Error 1406: Data too long for column",
"Error 1366",
}

// ParseRelayLogErrMsgs list the error messages of some un-recoverable relay log parsing error, which is used in task auto recovery.
Expand Down

0 comments on commit 3c0f21c

Please sign in to comment.