| 4745 | uint max_key_parts() const |
| 4746 | { return MY_MIN(MAX_REF_PARTS, max_supported_key_parts()); } |
| 4747 | uint max_key_length() const |
| 4748 | { return MY_MIN(MAX_DATA_LENGTH_FOR_KEY, max_supported_key_length()); } |
| 4749 | uint max_key_part_length() const |
| 4750 | { return MY_MIN(MAX_DATA_LENGTH_FOR_KEY, max_supported_key_part_length()); } |
| 4751 |
no test coverage detected