~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 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
extern mysql_pfs_key_t  ibuf_bitmap_mutex_key;
86
86
extern mysql_pfs_key_t  ibuf_mutex_key;
87
87
extern mysql_pfs_key_t  ibuf_pessimistic_insert_mutex_key;
88
 
extern mysql_pfs_key_t  ios_mutex_key;
89
88
extern mysql_pfs_key_t  log_sys_mutex_key;
90
89
extern mysql_pfs_key_t  log_flush_order_mutex_key;
91
90
extern mysql_pfs_key_t  kernel_mutex_key;