summaryrefslogtreecommitdiff
path: root/include/mysys_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysys_err.h')
-rw-r--r--include/mysys_err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysys_err.h b/include/mysys_err.h
index 7f5c3e1908b..660bb60edee 100644
--- a/include/mysys_err.h
+++ b/include/mysys_err.h
@@ -50,6 +50,7 @@ extern const char * NEAR globerrs[]; /* my_error_messages is here */
#define EE_DISK_FULL 20
#define EE_CANT_MKDIR 21
#define EE_UNKNOWN_CHARSET 22
+#define EE_OUT_OF_FILERESOURCES 23
#ifdef __cplusplus
}