208
210
Check if an index with the given name exists and get his offset in
209
211
the keys bitmask for the table
215
215
my_error(ER_KEY_DOES_NOT_EXITS, MYF(0), hint->key_name.str, alias);
221
218
/* add to the appropriate clause mask */
222
219
if (hint->clause & INDEX_HINT_MASK_JOIN)
223
220
index_join[hint->type].set(pos);