168
168
TableList *hash_tables, *head= NULL, *first= tables;
170
170
/* search for all handlers with matching table names */
173
173
hash_tables= (TableList*) hash_element(&thd->handler_tables_hash, i);
174
174
for (tables= first; tables; tables= tables->next_local)