diff options
author | istruewing@stella.local <> | 2007-11-27 19:29:10 +0100 |
---|---|---|
committer | istruewing@stella.local <> | 2007-11-27 19:29:10 +0100 |
commit | da28f9eac4d1de7ed567f9e86445432e804a7f2e (patch) | |
tree | 96771b5438e731e696f7b3fd75a500990df07761 /include/my_base.h | |
parent | 434478589478cf35be8d2398602f9cd8e7cf231a (diff) | |
parent | b1428496df8005bbb96a49521b5721b9f24e37ff (diff) | |
download | mariadb-git-da28f9eac4d1de7ed567f9e86445432e804a7f2e.tar.gz |
Merge stella.local:/home2/mydev/mysql-5.1-amain
into stella.local:/home2/mydev/mysql-5.1-axmrg
Diffstat (limited to 'include/my_base.h')
-rw-r--r-- | include/my_base.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/my_base.h b/include/my_base.h index f79ff8805b9..c2eb6a040c1 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -413,9 +413,11 @@ enum ha_base_keytype { #define HA_ERR_RECORD_IS_THE_SAME 169 /* row not actually updated : new values same as the old values */ -#define HA_ERR_LOGGING_IMPOSSIBLE 170 /* It is not possible to log this - statement */ -#define HA_ERR_LAST 170 /*Copy last error nr.*/ +#define HA_ERR_LOGGING_IMPOSSIBLE 170 /* It is not possible to log this + statement */ +#define HA_ERR_CORRUPT_EVENT 171 /* The event was corrupt, leading to + illegal data being read */ +#define HA_ERR_LAST 171 /*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) |