194
194
Check if an index with the given name exists and get his offset in
195
195
the keys bitmask for the table
200
my_error(ER_KEY_DOES_NOT_EXITS, MYF(0), hint->key_name.str, alias);
200
my_error(ER_KEY_DOES_NOT_EXITS, MYF(0), hint->key_name, alias);
203
203
/* add to the appropriate clause mask */