summaryrefslogtreecommitdiff
path: root/include/mysys_err.h
diff options
context:
space:
mode:
authorRamil Kalimullin <ramil@mysql.com>2010-12-09 13:49:11 +0300
committerRamil Kalimullin <ramil@mysql.com>2010-12-09 13:49:11 +0300
commitd740bd50a9e990cb6ad830b2f02a52a153f1127a (patch)
tree4f7e3b43c31457eb35f487e3a07132abf8212077 /include/mysys_err.h
parent352ce1b596758403ab9d439b06267fec4d191a58 (diff)
parent0137e02899949d714723c537ed23b51e7f5b1a75 (diff)
downloadmariadb-git-d740bd50a9e990cb6ad830b2f02a52a153f1127a.tar.gz
Manual merge with mysql-5.1-bugteam.
Diffstat (limited to 'include/mysys_err.h')
-rw-r--r--include/mysys_err.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysys_err.h b/include/mysys_err.h
index 4067a3cfbd1..22ac74302a2 100644
--- a/include/mysys_err.h
+++ b/include/mysys_err.h
@@ -65,7 +65,8 @@ extern const char *globerrs[]; /* my_error_messages is here */
#define EE_FILE_NOT_CLOSED 30
#define EE_CHANGE_OWNERSHIP 31
#define EE_CHANGE_PERMISSIONS 32
-#define EE_ERROR_LAST 32 /* Copy last error nr */
+#define EE_CANT_SEEK 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 */