~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:09:04 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114050904-a98kswwpqnpl413s
add a bit of a note on how variables docs should be expanded

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 1997, 2009, Innobase Oy. All Rights Reserved.
 
3
Copyright (C) 1997, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
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