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 6ae6111a8bb..3dabd226ae6 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -311,4 +311,5 @@ #define ER_TRUNCATED_WRONG_VALUE 1292 #define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293 #define ER_INVALID_ON_UPDATE 1294 -#define ER_ERROR_MESSAGES 295 +#define ER_UNSUPPORTED_PS 1295 +#define ER_ERROR_MESSAGES 296 |