We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4058966 commit 81a42b4Copy full SHA for 81a42b4
go/mysql/sqlerror/constants.go
@@ -42,7 +42,8 @@ const (
42
ERUnknownError = ErrorCode(1105)
43
44
// internal
45
- ERInternalError = ErrorCode(1815)
+ ERInternalError = ErrorCode(1815)
46
+ ERInnodbIndexCorrupt = ErrorCode(1817)
47
48
// unimplemented
49
ERNotSupportedYet = ErrorCode(1235)
0 commit comments