~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_open.c

  • 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:
17
17
 
18
18
#include "myisamdef.h"
19
19
#include <mystrings/m_ctype.h>
 
20
#include <mystrings/m_string.h>
20
21
#include <drizzled/util/test.h>
21
22
 
 
23
#include <string.h>
 
24
 
22
25
static void setup_key_functions(MI_KEYDEF *keyinfo);
23
26
 
24
27
#define disk_pos_assert(pos, end_pos) \