~mordred/drizzle/fix-bell-bugs

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define PLUGIN_HEAP_HA_HEAP_H
22
22
 
23
23
#include <drizzled/cursor.h>
24
 
#include <mysys/thr_lock.h>
 
24
#include <drizzled/thr_lock.h>
25
25
 
26
26
typedef struct st_heap_info HP_INFO;
27
27
typedef unsigned char *HEAP_PTR;