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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/my_base.h b/include/my_base.h
index b2a8b4b6b67..bb5fdfc8392 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -398,7 +398,10 @@ enum ha_base_keytype {
#define HA_ERR_GENERIC 168 /* Generic error */
#define HA_ERR_RECORD_IS_THE_SAME 169 /* row not actually updated :
new values same as the old values */
-#define HA_ERR_LAST 169 /*Copy last error nr.*/
+
+#define HA_ERR_LOGGING_IMPOSSIBLE 170 /* It is not possible to log this
+ statement */
+#define HA_ERR_LAST 170 /*Copy last error nr.*/
/* Add error numbers before HA_ERR_LAST and change it accordingly. */
#define HA_ERR_ERRORS (HA_ERR_LAST - HA_ERR_FIRST + 1)