Skip to content
Permalink
Browse files
Correct a merge error (remove a bogus #ifdef)
  • Loading branch information
dr-m committed Nov 15, 2017
1 parent 3afc962 commit 5e7435c
Showing 1 changed file with 0 additions and 2 deletions.
@@ -4298,10 +4298,8 @@ buf_page_get_gen(
case BUF_GET_IF_IN_POOL_OR_WATCH:
case BUF_PEEK_IF_IN_POOL:
case BUF_EVICT_IF_IN_POOL:
#ifdef UNIV_SYNC_DEBUG
ut_ad(!rw_lock_own(hash_lock, RW_LOCK_X));
ut_ad(!rw_lock_own(hash_lock, RW_LOCK_S));
#endif /* UNIV_SYNC_DEBUG */
return(NULL);
}

0 comments on commit 5e7435c

Please sign in to comment.