diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-09-16 14:03:17 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-09-16 14:03:17 +0200 |
commit | 7e29c1b53968914f42300a7f628088b99601f4db (patch) | |
tree | d9b55e33bd83a02251cd8a3fe560ef149c7b21ca /include/myisam.h | |
parent | 1e3e81a6c9971a56c94086227aa438d133172863 (diff) | |
parent | 33656e042dc7e983c9612a011fdef64a8dd40aa1 (diff) | |
download | mariadb-git-7e29c1b53968914f42300a7f628088b99601f4db.tar.gz |
5.5 merge
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index 853fac20ae4..88ce401fabc 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -41,6 +41,12 @@ extern "C" { #endif #define MI_MAX_POSSIBLE_KEY_BUFF HA_MAX_POSSIBLE_KEY_BUFF +/* + The following defines can be increased if necessary. + But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and MI_MAX_KEY_LENGTH. +*/ +#define MI_MAX_KEY_LENGTH 1000 /* Max length in bytes */ +#define MI_MAX_KEY_SEG 16 /* Max segments for key */ #define MI_NAME_IEXT ".MYI" #define MI_NAME_DEXT ".MYD" |