850
850
@param session Thread context
851
851
@param find Table to remove
853
@note because we risk the chance of deleting the share, we can't assume that it will exist past, this should be modified once we can use a TableSharePtr here.
854
856
void Session::unlink_open_table(Table *find)
859
860
safe_mutex_assert_owner(LOCK_open.native_handle());
863
863
Note that we need to hold LOCK_open while changing the
864
864
open_tables list. Another thread may work on it.