~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#endif
20
20
 
21
21
#define MYSQL_SERVER 1
22
 
#include "mysql_priv.h"
 
22
#include <drizzled/mysql_priv.h>
23
23
#include "ha_heap.h"
24
24
#include "heapdef.h"
25
25