diff options
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 861e0314e28..c863a6c9854 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -289,5 +289,7 @@ #define ER_CANT_AGGREGATE_NCOLLATIONS 1270 #define ER_VARIABLE_IS_NOT_STRUCT 1271 #define ER_UNKNOWN_COLLATION 1272 -#define ER_WARN_FIELD_RESOLVED 1273 -#define ER_ERROR_MESSAGES 274 +#define ER_SLAVE_IGNORED_SSL_PARAMS 1273 +#define ER_SERVER_IS_IN_SECURE_AUTH_MODE 1274 +#define ER_WARN_FIELD_RESOLVED 1275 +#define ER_ERROR_MESSAGES 276 |