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