summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <mats@kindahl-laptop.dnsalias.net>2007-06-21 21:35:26 +0200
committerunknown <mats@kindahl-laptop.dnsalias.net>2007-06-21 21:35:26 +0200
commitbbb089cced796e66388c980c7634c6b55fca7fa4 (patch)
tree998154c14117b7fb39699d7aed7e099fe437e2f9 /include
parente631cb0640dbc21f5db95bcabffb7a3b6694d3f7 (diff)
parentced7685766b4b49d0f4a033617a8a990679eda8b (diff)
downloadmariadb-git-bbb089cced796e66388c980c7634c6b55fca7fa4.tar.gz
Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rpl
into kindahl-laptop.dnsalias.net:/home/bk/b23051-mysql-5.1-rpl
Diffstat (limited to 'include')
-rw-r--r--include/my_base.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/my_base.h b/include/my_base.h
index 617cdb8c3f0..f8830dc8a25 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -396,7 +396,9 @@ enum ha_base_keytype {
#define HA_ERR_AUTOINC_READ_FAILED 166 /* Failed to get next autoinc value */
#define HA_ERR_AUTOINC_ERANGE 167 /* Failed to set row autoinc value */
#define HA_ERR_GENERIC 168 /* Generic error */
-#define HA_ERR_LAST 168 /*Copy last error nr.*/
+#define HA_ERR_LOGGING_IMPOSSIBLE 169 /* It is not possible to log this
+ statement */
+#define HA_ERR_LAST 169 /*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)