~maria-captains/maria/xtradb-mergetree-5.5

« back to all changes in this revision

Viewing changes to buf/buf0buf.c

  • Committer: Sergei Golubchik
  • Date: 2014-06-02 21:25:54 UTC
  • Revision ID: sergii@pisem.net-20140602212554-j41oo0cyjr3xiuei
percona-server-5.5.37-35.0.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 1995, 2013, Oracle and/or its affiliates. All Rights Reserved.
 
3
Copyright (c) 1995, 2014, Oracle and/or its affiliates. All Rights Reserved.
4
4
Copyright (c) 2008, Google Inc.
5
5
 
6
6
Portions of this file contain modifications contributed and copyrighted by
2519
2519
                rw_lock_s_unlock(&buf_pool->page_hash_latch);
2520
2520
        }
2521
2521
 
 
2522
#if defined UNIV_DEBUG || defined UNIV_IBUF_DEBUG
2522
2523
loop2:
 
2524
#endif
2523
2525
        if (block && buf_pool_watch_is_sentinel(buf_pool, &block->page)) {
2524
2526
                mutex_exit(block_mutex);
2525
2527
                block = NULL;