~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to storage/innobase/sync/sync0sync.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

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, 2015, 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
298
298
 
299
299
        /* NOTE! The very first mutexes are not put to the mutex list */
300
300
 
301
 
        if ((mutex == &mutex_list_mutex)
 
301
        if (mutex == &mutex_list_mutex
302
302
#ifdef UNIV_SYNC_DEBUG
303
 
            || (mutex == &sync_thread_mutex)
 
303
            || mutex == &sync_thread_mutex
304
304
#endif /* UNIV_SYNC_DEBUG */
305
305
            ) {
306
306