mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Apply InnoDB snapshot innodb-5.1-ss2858, part 3.
branches/5.1: Silence a compilation warning in UNIV_DEBUG. Approved by: Marko (via IM)
This commit is contained in:
parent
fe769c968e
commit
cfd1095c79
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ mutex_exit(
|
|||
{
|
||||
ut_ad(mutex_own(mutex));
|
||||
|
||||
ut_d(mutex->thread_id = ULINT_UNDEFINED);
|
||||
ut_d(mutex->thread_id = (os_thread_id_t) ULINT_UNDEFINED);
|
||||
|
||||
#ifdef UNIV_SYNC_DEBUG
|
||||
sync_thread_reset_level(mutex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue