~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
Created 7/19/1997 Heikki Tuuri
24
24
*******************************************************/
25
25
 
 
26
#pragma once
26
27
#ifndef ibuf0ibuf_h
27
28
#define ibuf0ibuf_h
28
29
 
63
64
/** Operations that can currently be buffered. */
64
65
extern ibuf_use_t       ibuf_use;
65
66
 
 
67
#if defined UNIV_DEBUG || defined UNIV_IBUF_DEBUG
 
68
/** Flag to control insert buffer debugging. */
 
69
extern uint             ibuf_debug;
 
70
#endif /* UNIV_DEBUG || UNIV_IBUF_DEBUG */
 
71
 
66
72
/** The insert buffer control structure */
67
73
extern ibuf_t*          ibuf;
68
74