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