We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc17987 commit 1bba40fCopy full SHA for 1bba40f
storage/innobase/lock/lock0lock.c
@@ -798,7 +798,6 @@ lock_reset_lock_and_trx_wait(
798
/* Reset the back pointer in trx to this waiting lock request */
799
800
if (!(lock->type_mode & LOCK_CONV_BY_OTHER)) {
801
- ut_ad((lock->trx)->wait_lock == lock);
802
(lock->trx)->wait_lock = NULL;
803
} else {
804
ut_ad(lock_get_type_low(lock) == LOCK_REC);
storage/xtradb/lock/lock0lock.c
@@ -799,7 +799,6 @@ lock_reset_lock_and_trx_wait(
805
0 commit comments