~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/heap.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:
18
18
/* This file should be included when using heap_database_functions */
19
19
/* Author: Michael Widenius */
20
20
 
21
 
#ifndef PLUGIN_HEAP_HEAP_H
22
 
#define PLUGIN_HEAP_HEAP_H
 
21
#ifndef PLUGIN_MEMORY_HEAP_H
 
22
#define PLUGIN_MEMORY_HEAP_H
23
23
 
24
24
#include <drizzled/base.h>
25
25
#include <drizzled/common.h>
314
314
 
315
315
typedef unsigned char *HEAP_PTR;
316
316
 
317
 
#endif /* PLUGIN_HEAP_HEAP_H */
 
317
#endif /* PLUGIN_MEMORY_HEAP_H */