diff options
Diffstat (limited to 'include/mysys_err.h')
-rw-r--r-- | include/mysys_err.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysys_err.h b/include/mysys_err.h index 7167395f71f..754ae5d12ec 100644 --- a/include/mysys_err.h +++ b/include/mysys_err.h @@ -63,7 +63,8 @@ extern const char * NEAR globerrs[]; /* my_error_messages is here */ #define EE_FILENOTFOUND 29 #define EE_FILE_NOT_CLOSED 30 #define EE_CANT_CHMOD 31 -#define EE_ERROR_LAST 31 /* Copy last error nr */ +#define EE_CANT_COPY_OWNERSHIP 32 +#define EE_ERROR_LAST 32 /* Copy last error nr */ /* Add error numbers before EE_ERROR_LAST and change it accordingly. */ /* exit codes for all MySQL programs */ |