mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
Fixed mutex that wasn't properly unlocked (typo in last patch)
This commit is contained in:
parent
44554d6111
commit
b7ad1ba5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1923,8 +1923,8 @@ bool THD::notify_shared_lock(MDL_context_owner *ctx_in_use,
|
|||
if (!thd_table->needs_reopen())
|
||||
signalled|= mysql_lock_abort_for_thread(this, thd_table);
|
||||
}
|
||||
mysql_mutex_unlock(&in_use->LOCK_thd_data);
|
||||
}
|
||||
mysql_mutex_unlock(&in_use->LOCK_thd_data);
|
||||
}
|
||||
DBUG_RETURN(signalled);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue