summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2009-11-25 09:36:28 +0200
committerMichael Widenius <monty@askmonty.org>2009-11-25 09:36:28 +0200
commit926668feb192d916263fe7baa739290d28987f92 (patch)
treeeb4878450de9e8069f86d3bc2d4116f658324eb7 /include
parent815b9fedefa59b2807a5736b60a89c5ed98178d1 (diff)
parent166e0683c0d45a79716d8913ec9ecaf3177343fa (diff)
downloadmariadb-git-926668feb192d916263fe7baa739290d28987f92.tar.gz
Automatic merge
Diffstat (limited to 'include')
-rw-r--r--include/mysys_err.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mysys_err.h b/include/mysys_err.h
index 754ae5d12ec..defdaa71fa3 100644
--- a/include/mysys_err.h
+++ b/include/mysys_err.h
@@ -63,8 +63,9 @@ 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_CANT_COPY_OWNERSHIP 32
-#define EE_ERROR_LAST 32 /* Copy last error nr */
+#define EE_CANT_SEEK 32
+#define EE_CANT_COPY_OWNERSHIP 33
+#define EE_ERROR_LAST 33 /* Copy last error nr */
/* Add error numbers before EE_ERROR_LAST and change it accordingly. */
/* exit codes for all MySQL programs */