~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Monty Taylor
  • Date: 2008-11-26 20:35:59 UTC
  • mto: (612.2.17 devel)
  • mto: This revision was merged to the branch mainline in revision 629.
  • Revision ID: mordred@solanthus.local-20081126203559-6umjej0cew701ho5
Work on removing global.h from headers that should be installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef MYISAMDEF_H
19
19
#define MYISAMDEF_H
20
20
 
 
21
#include <drizzled/global.h>
21
22
#include "myisam.h"                     /* Structs & some defines */
22
23
#include "myisampack.h"                 /* packing of keys */
23
24
#include <mysys/my_tree.h>
25
26
#include <mysys/thr_lock.h>
26
27
#include <drizzled/common.h>
27
28
 
 
29
#include <string.h>
 
30
 
28
31
#if defined(my_write)
29
32
#undef my_write                         /* undef map from my_nosys; We need test-if-disk full */
30
33
#endif