~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/sync0sync.h

  • Committer: Lee Bieber
  • Date: 2010-12-23 23:11:00 UTC
  • mfrom: (2024.1.1 clean)
  • Revision ID: kalebral@gmail.com-20101223231100-0rqirgz7ugkl10yp
Merge Brian - session list cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
extern mysql_pfs_key_t  log_sys_mutex_key;
89
89
extern mysql_pfs_key_t  log_flush_order_mutex_key;
90
90
extern mysql_pfs_key_t  kernel_mutex_key;
91
 
extern mysql_pfs_key_t  commit_id_mutex_key;
92
91
# ifdef UNIV_MEM_DEBUG
93
92
extern mysql_pfs_key_t  mem_hash_mutex_key;
94
93
# endif /* UNIV_MEM_DEBUG */
671
670
                                        SYNC_SEARCH_SYS, as memory allocation
672
671
                                        can call routines there! Otherwise
673
672
                                        the level is SYNC_MEM_HASH. */
674
 
#define SYNC_COMMIT_ID_LOCK     159     
675
673
#define SYNC_BUF_POOL           150     /* Buffer pool mutex */
676
674
#define SYNC_BUF_BLOCK          146     /* Block mutex */
677
675
#define SYNC_BUF_FLUSH_LIST     145     /* Buffer flush list mutex */