696
696
move one table to free list
701
701
bool found_old_table= false;
704
704
safe_mutex_assert_owner(&LOCK_open);
705
705
assert(table->key_read == 0);
706
706
assert(!table->file || table->file->inited == handler::NONE);
710
710
if (table->needs_reopen_or_name_lock() ||
713
713
hash_delete(&open_cache,(unsigned char*) table);