diff options
author | mkindahl@dl145h.mysql.com <> | 2008-02-05 14:52:20 +0100 |
---|---|---|
committer | mkindahl@dl145h.mysql.com <> | 2008-02-05 14:52:20 +0100 |
commit | 7e0f4a6fa7ff6b006af7eb372a101427779b6966 (patch) | |
tree | 19d2a34da5d05faad3a9ed7be0d7f3efe6794830 /include/my_base.h | |
parent | ccd53222d61d25ae2702d87a3b617a1f835eedc7 (diff) | |
parent | a25028ef646b58ac8f4a81cb9a792f6130db1d52 (diff) | |
download | mariadb-git-7e0f4a6fa7ff6b006af7eb372a101427779b6966.tar.gz |
Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl
into dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl
Diffstat (limited to 'include/my_base.h')
-rw-r--r-- | include/my_base.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/my_base.h b/include/my_base.h index 947f7695215..4f552fa5fe0 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -419,7 +419,9 @@ enum ha_base_keytype { 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.*/ +#define HA_ERR_ROWS_EVENT_APPLY 172 /* The event could not be processed + no other hanlder error happened */ +#define HA_ERR_LAST 172 /*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) |