~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Brian Aker
  • Date: 2008-11-26 21:37:50 UTC
  • Revision ID: brian@tangent.org-20081126213750-m96j23htwfymuwlt
Collection of dead code removal

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>
22
21
#include "myisam.h"                     /* Structs & some defines */
23
22
#include "myisampack.h"                 /* packing of keys */
24
23
#include <mysys/my_tree.h>
26
25
#include <mysys/thr_lock.h>
27
26
#include <drizzled/common.h>
28
27
 
29
 
#include <string.h>
30
 
 
31
28
#if defined(my_write)
32
29
#undef my_write                         /* undef map from my_nosys; We need test-if-disk full */
33
30
#endif