diff options
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index f42ecc5015a..623e665703e 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -275,5 +275,20 @@ #define ER_ZLIB_Z_BUF_ERROR 1256 #define ER_ZLIB_Z_DATA_ERROR 1257 #define ER_CUT_VALUE_GROUP_CONCAT 1258 -#define ER_ERROR_MESSAGES 259 - +#define ER_SP_NO_RECURSIVE_CREATE 1259 +#define ER_SP_ALREADY_EXISTS 1260 +#define ER_SP_DOES_NOT_EXIST 1261 +#define ER_SP_DROP_FAILED 1262 +#define ER_SP_STORE_FAILED 1263 +#define ER_SP_LILABEL_MISMATCH 1264 +#define ER_SP_LABEL_REDEFINE 1265 +#define ER_SP_LABEL_MISMATCH 1266 +#define ER_SP_UNINIT_VAR 1267 +#define ER_SP_BADSELECT 1268 +#define ER_SP_BADRETURN 1269 +#define ER_SP_BADQUERY 1270 +#define ER_UPDATE_LOG_DEPRECATED_IGNORED 1271 +#define ER_UPDATE_LOG_DEPRECATED_TRANSLATED 1272 +#define ER_QUERY_INTERRUPTED 1273 +#define ER_SP_WRONG_NO_OF_ARGS 1274 +#define ER_ERROR_MESSAGES 275 |