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