~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/heap_priv.h

  • Committer: lbieber
  • Date: 2010-09-14 04:48:28 UTC
  • mfrom: (1762.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100914044828-543r97s3479v51xy
Merge Patrick - Moved all engine-specific tests from the main suite and into their respective plugin directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
/* This file is included in all heap-files */
17
 
#ifndef PLUGIN_HEAP_HEAP_PRIV_H
18
 
#define PLUGIN_HEAP_HEAP_PRIV_H
 
17
#ifndef PLUGIN_MEMORY_HEAP_PRIV_H
 
18
#define PLUGIN_MEMORY_HEAP_PRIV_H
19
19
 
20
20
#include "config.h"
21
21
#include <drizzled/base.h>
107
107
 
108
108
extern boost::mutex THR_LOCK_heap;
109
109
 
110
 
#endif /* PLUGIN_HEAP_HEAP_PRIV_H */
 
110
#endif /* PLUGIN_MEMORY_HEAP_PRIV_H */