summaryrefslogtreecommitdiff
path: root/include/my_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_base.h')
-rw-r--r--include/my_base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/my_base.h b/include/my_base.h
index 684e3633fe3..2b60ff552a4 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -422,7 +422,8 @@ enum ha_base_keytype {
#define HA_ERR_LOGGING_IMPOSSIBLE 170
#define HA_ERR_NEW_FILE 171 /* New file format */
#define HA_ERR_INITIALIZATION 172 /* Error during initialization */
-#define HA_ERR_LAST 172 /* Copy of last error nr */
+#define HA_ERR_FILE_TOO_SHORT 173 /* File too short */
+#define HA_ERR_LAST 173 /* Copy of last error nr */
/* Number of different errors */
#define HA_ERR_ERRORS (HA_ERR_LAST - HA_ERR_FIRST + 1)