Skip to content

Commit

Permalink
[parser] update error message of ErrWriteConflict (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
coocood authored and ti-chi-bot committed Oct 9, 2021
1 parent bfe813f commit d62e9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/mysql/errname.go
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ var MySQLErrName = map[uint16]string{
ErrResolveLockTimeout: "Resolve lock timeout",
ErrRegionUnavailable: "Region is unavailable",
ErrGCTooEarly: "GC life time is shorter than transaction duration, transaction starts at %v, GC safe point is %v",
ErrWriteConflict: "Write conflict, txnStartTS=%d, conflictTS=%d, key=%s",
ErrWriteConflict: "Write conflict, txnStartTS=%d, conflictStartTS=%d, conflictCommitTS=%d, key=%s",

ErrTxnTooLarge: "Transaction is too large",
}

0 comments on commit d62e9e0

Please sign in to comment.