diff options
author | Chad MILLER <chad@mysql.com> | 2009-02-24 12:31:42 +0200 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2009-02-24 12:31:42 +0200 |
commit | 8de8f6d512f03859232478bd992d3c25c8552d6b (patch) | |
tree | ce32d6b98f16caed465f1fb0033d6c4c47ad2a1e /include | |
parent | 990bca3b7716909b50d46558f4fdcf5351542782 (diff) | |
parent | 83aa3e94a686c11b0a95ee47610d85cad8b7120b (diff) | |
download | mariadb-git-8de8f6d512f03859232478bd992d3c25c8552d6b.tar.gz |
Merge bug 39370 fix from bug tree.
Diffstat (limited to 'include')
-rw-r--r-- | include/my_base.h | 1 |
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. */ |