200
196
Check if an index with the given name exists and get his offset in
201
197
the keys bitmask for the table
203
200
if (not tbl->getShare()->doesKeyNameExist(hint->key_name.str, hint->key_name.length, pos))
205
202
my_error(ER_KEY_DOES_NOT_EXITS, MYF(0), hint->key_name.str, alias);