| 148 | |
| 149 | |
| 150 | bool Key_part_spec::init_multiple_key_for_blob(const handler *file) |
| 151 | { |
| 152 | if (check_key_for_blob(file)) |
| 153 | return true; |
| 154 | if (!length) |
| 155 | length= file->max_key_length() + 1; |
| 156 | return false; |
| 157 | } |
| 158 | |
| 159 | |
| 160 | /** |
no test coverage detected