diff options
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index cfcf7672013..32967931eac 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -210,4 +210,5 @@ #define ER_READ_ONLY_TRANSACTION 1207 #define ER_DROP_DB_WITH_READ_LOCK 1208 #define ER_CREATE_DB_WITH_READ_LOCK 1209 -#define ER_ERROR_MESSAGES 210 +#define ER_WRONG_ARGUMENTS 1210 +#define ER_ERROR_MESSAGES 211 |