Skip to content

Commit

Permalink
MySQL errors: ERInnodbIndexCorrupt
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Sep 26, 2024
1 parent 4058966 commit 81a42b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/mysql/sqlerror/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const (
ERUnknownError = ErrorCode(1105)

// internal
ERInternalError = ErrorCode(1815)
ERInternalError = ErrorCode(1815)
ERInnodbIndexCorrupt = ErrorCode(1817)

// unimplemented
ERNotSupportedYet = ErrorCode(1235)
Expand Down

0 comments on commit 81a42b4

Please sign in to comment.