Skip to content

Commit

Permalink
Fix incorrect merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Aug 27, 2014
1 parent 8cd0871 commit 422b99e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion storage/innobase/lock/lock0lock.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6072,7 +6072,6 @@ lock_rec_queue_validate(
}
ut_a(!lock_rec_other_has_expl_req(
mode, 0, 0, block, heap_no, lock->trx));
}
#endif /* WITH_WSREP */

} else if (lock_get_wait(lock) && !lock_rec_get_gap(lock)) {
Expand Down
1 change: 0 additions & 1 deletion storage/xtradb/lock/lock0lock.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6122,7 +6122,6 @@ lock_rec_queue_validate(
}
ut_a(!lock_rec_other_has_expl_req(
mode, 0, 0, block, heap_no, lock->trx->id));
}
#endif /* WITH_WSREP */

} else if (lock_get_wait(lock) && !lock_rec_get_gap(lock)) {
Expand Down

0 comments on commit 422b99e

Please sign in to comment.