diff options
author | tsmith@ramayana.hindu.god <> | 2007-07-24 16:16:16 -0600 |
---|---|---|
committer | tsmith@ramayana.hindu.god <> | 2007-07-24 16:16:16 -0600 |
commit | 8a671513da316879c3c672316933a713156a9ffb (patch) | |
tree | a4673aa6c8414cb4fa12fe5ed3614d7c21bd6665 /storage | |
parent | 8b5f22a0c355dcfae8d944656eb510b8f94e50df (diff) | |
parent | 8e22343c583651a48fe5dbb45711ed960e49b708 (diff) | |
download | mariadb-git-8a671513da316879c3c672316933a713156a9ffb.tar.gz |
Merge ramayana.hindu.god:/home/tsmith/m/bk/51
into ramayana.hindu.god:/home/tsmith/m/bk/maint/jul24/51
Diffstat (limited to 'storage')
-rw-r--r-- | storage/federated/ha_federated.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/federated/ha_federated.h b/storage/federated/ha_federated.h index 3443194817b..5f0f1cec2a2 100644 --- a/storage/federated/ha_federated.h +++ b/storage/federated/ha_federated.h @@ -162,6 +162,7 @@ public: uint max_supported_keys() const { return MAX_KEY; } uint max_supported_key_parts() const { return MAX_REF_PARTS; } uint max_supported_key_length() const { return FEDERATED_MAX_KEY_LENGTH; } + uint max_supported_key_part_length() const { return FEDERATED_MAX_KEY_LENGTH; } /* Called in test_quick_select to determine if indexes should be used. Normally, we need to know number of blocks . For federated we need to |