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
commit8de8f6d512f03859232478bd992d3c25c8552d6b (patch)
treece32d6b98f16caed465f1fb0033d6c4c47ad2a1e /include
parent990bca3b7716909b50d46558f4fdcf5351542782 (diff)
parent83aa3e94a686c11b0a95ee47610d85cad8b7120b (diff)
downloadmariadb-git-8de8f6d512f03859232478bd992d3c25c8552d6b.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. */