Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions internal/mysql/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ import (
)

var dubiousErrorNumbers = []uint16{
1040, // Symbol: ER_CON_COUNT_ERROR; SQLSTATE: 08004
1129, // Symbol: ER_HOST_IS_BLOCKED; SQLSTATE: HY000
1130, // Symbol: ER_HOST_NOT_PRIVILEGED; SQLSTATE: HY000
1203, // Symbol: ER_TOO_MANY_USER_CONNECTIONS; SQLSTATE: 42000
3159, // Symbol: ER_SECURE_TRANSPORT_REQUIRED; SQLSTATE: HY000
1045, // Symbol: ER_ACCESS_DENIED_ERROR; SQLSTATE: 28000
1044, // Symbol: ER_DBACCESS_DENIED_ERROR; SQLSTATE: 42000
Expand Down
Loading