~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_create.c

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* Create a MyISAM table */
17
17
 
18
18
#include "myisamdef.h"
19
 
#include <m_ctype.h>
20
19
#include <mysys/my_tree.h>
21
20
#include <mysys/queues.h>
22
21
#include <my_bit.h>
23
22
 
24
 
#include <m_ctype.h>
25
23
 
26
24
/*
27
25
  Old options is used when recreating database, from myisamchk