Commit ae1814ef authored by Mikael Ronstrom's avatar Mikael Ronstrom

Removed assert on waiters == 0 since that is now possible and not serious

parent 3dfec9c2
......@@ -256,7 +256,6 @@ rw_lock_free(
{
ut_ad(rw_lock_validate(lock));
ut_a(lock->lock_word == X_LOCK_DECR);
ut_a(rw_lock_get_waiters(lock) == 0);
lock->magic_n = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment