diff options
author | unknown <serg@serg.mylan> | 2004-02-20 20:38:34 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-20 20:38:34 +0100 |
commit | 74fa5f09ef7ef6433423f93378bbc070c091d9b0 (patch) | |
tree | 40b5e6cdb83d2a91c45651388dc4d63cd2a3fa84 /sql/ha_myisam.h | |
parent | e2244c94b1f29d176e441e86b7162f520eaa50b2 (diff) | |
download | mariadb-git-74fa5f09ef7ef6433423f93378bbc070c091d9b0.tar.gz |
longer myisam keys
mysql-test/r/ctype_utf8.result:
updated
mysql-test/r/key.result:
updated
mysql-test/r/myisam.result:
updated
mysql-test/r/type_blob.result:
updated
mysql-test/t/ctype_utf8.test:
updated
mysql-test/t/key.test:
updated
mysql-test/t/myisam.test:
updated
mysql-test/t/type_blob.test:
updated
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r-- | sql/ha_myisam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h index 06663516011..ddffcfecc29 100644 --- a/sql/ha_myisam.h +++ b/sql/ha_myisam.h @@ -65,6 +65,7 @@ class ha_myisam: public handler uint max_keys() const { return MI_MAX_KEY; } uint max_key_parts() const { return MAX_REF_PARTS; } uint max_key_length() const { return MI_MAX_KEY_LENGTH; } + uint max_key_part_length() { return MI_MAX_KEY_LENGTH; } uint checksum() const; int open(const char *name, int mode, uint test_if_locked); |