Commit 9e983e62 authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

InnoDB fixup: remove debug assertion that causes compile error

when UNIV_DEBUG is defined (introduced in ChangeSet@1.1850)
parent 78f58ff3
......@@ -190,8 +190,6 @@ que_thr_end_wait(
ut_ad(mutex_own(&kernel_mutex));
#endif /* UNIV_SYNC_DEBUG */
ut_ad(thr);
ut_ad(next_thr);
ut_ad(*next_thr == NULL);
ut_ad((thr->state == QUE_THR_LOCK_WAIT)
|| (thr->state == QUE_THR_PROCEDURE_WAIT)
|| (thr->state == QUE_THR_SIG_REPLY_WAIT));
......
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