127
127
name (table->alias) of the specified table.
134
134
bool mysql_ha_close(THD *thd, TABLE_LIST *tables)
141
138
if ((hash_tables= (TABLE_LIST*) hash_search(&thd->handler_tables_hash,
143
140
strlen(tables->alias) + 1)))
146
143
hash_delete(&thd->handler_tables_hash, (uchar*) hash_tables);
150
147
my_error(ER_UNKNOWN_TABLE, MYF(0), tables->alias, "HANDLER");