~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/ibuf0ibuf.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:
63
63
/** Operations that can currently be buffered. */
64
64
extern ibuf_use_t       ibuf_use;
65
65
 
 
66
#if defined UNIV_DEBUG || defined UNIV_IBUF_DEBUG
 
67
/** Flag to control insert buffer debugging. */
 
68
extern uint             ibuf_debug;
 
69
#endif /* UNIV_DEBUG || UNIV_IBUF_DEBUG */
 
70
 
66
71
/** The insert buffer control structure */
67
72
extern ibuf_t*          ibuf;
68
73