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 b77a194e72c..c910078331e 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -242,4 +242,5 @@ #define ER_CANT_UPDATE_WITH_READLOCK 1223 #define ER_MIXING_NOT_ALLOWED 1224 #define ER_DUP_ARGUMENT 1225 -#define ER_ERROR_MESSAGES 226 +#define ER_USER_LIMIT_REACHED 1226 +#define ER_ERROR_MESSAGES 227 |