mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
10.0-base merge
This commit is contained in:
@@ -998,8 +998,6 @@ PFS_socket *sanitize_socket(PFS_socket *unsafe)
|
||||
*/
|
||||
void destroy_thread(PFS_thread *pfs)
|
||||
{
|
||||
DBUG_ENTER("destroy_thread");
|
||||
|
||||
DBUG_ASSERT(pfs != NULL);
|
||||
if (pfs->m_account != NULL)
|
||||
{
|
||||
@@ -1062,7 +1060,6 @@ void destroy_thread(PFS_thread *pfs)
|
||||
pfs->m_digest_hash_pins= NULL;
|
||||
}
|
||||
pfs->m_lock.allocated_to_free();
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user