summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2009-02-24 12:31:42 +0200
committerChad MILLER <chad@mysql.com>2009-02-24 12:31:42 +0200
commite2eed1c5cefc858404d512cd54c68ff0ff552105 (patch)
treece32d6b98f16caed465f1fb0033d6c4c47ad2a1e /include
parent11b20f27affcdaeb528feb2d08c920771bd875ef (diff)
parent00aa5ad58a5dab3a9108e9c6ead5880664c7bef5 (diff)
downloadmariadb-git-e2eed1c5cefc858404d512cd54c68ff0ff552105.tar.gz
Merge bug 39370 fix from bug tree.
Diffstat (limited to 'include')
-rw-r--r--include/my_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_base.h b/include/my_base.h
index 9240b01a9f1..e45a73d68ed 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -377,6 +377,7 @@ enum ha_base_keytype {
#define HA_ERR_TABLE_READONLY 161 /* The table is not writable */
#define HA_ERR_AUTOINC_READ_FAILED 162/* Failed to get the next autoinc value */
#define HA_ERR_AUTOINC_ERANGE 163 /* Failed to set the row autoinc value */
+/* You must also add numbers and description to extra/perror.c ! */
#define HA_ERR_LAST 163 /*Copy last error nr.*/
/* Add error numbers before HA_ERR_LAST and change it accordingly. */