sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 case in mutex_reset_lock_word
innobase/include/sync0sync.ic: Had deleted inadvertently lock word = 0 from the non-gcc+i86 case in mutex_reset_lock_word
This commit is contained in:
parent
7176e43d21
commit
a9642208bc
@ -150,6 +150,8 @@ mutex_reset_lock_word(
|
|||||||
that our asm code resets eax: tell it
|
that our asm code resets eax: tell it
|
||||||
explicitly that after the third ':' */
|
explicitly that after the third ':' */
|
||||||
#else
|
#else
|
||||||
|
mutex->lock_word = 0;
|
||||||
|
|
||||||
os_fast_mutex_unlock(&(mutex->os_fast_mutex));
|
os_fast_mutex_unlock(&(mutex->os_fast_mutex));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user