Skip to content

Commit

Permalink
Fix for CONC-625
Browse files Browse the repository at this point in the history
Fixed error numbers in comments.
  • Loading branch information
9EOR9 committed Jan 13, 2023
1 parent f50b20b commit b9e9758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libmariadb/ma_errmsg.c
Expand Up @@ -140,10 +140,10 @@ const char *client_errors[]=
/* 2055 */ "Lost connection to MySQL server at '%s', system error: %d",
/* 2056 */ "Server closed statement due to a prior %s function call",
/* 2057 */ "The number of parameters in bound buffers differs from number of columns in resultset",
/* 2059 */ "Can't connect twice. Already connected",
/* 2058 */ "Plugin %s could not be loaded: %s",
/* 2059 */ "An attribute with same name already exists",
/* 2060 */ "Plugin doesn't support this function",
/* 2058 */ "Can't connect twice. Already connected",
/* 2059 */ "Plugin %s could not be loaded: %s",
/* 2060 */ "An attribute with same name already exists",
/* 2061 */ "Plugin doesn't support this function",
""
};
#endif
Expand Down

0 comments on commit b9e9758

Please sign in to comment.