~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_open.c

  • Committer: Brian Aker
  • Date: 2008-07-06 06:01:07 UTC
  • Revision ID: brian@tangent.org-20080706060107-llyy4p2ar8auddp6
Removed critical rt include files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* open a isam-database */
17
17
 
18
18
#include "fulltext.h"
19
 
#include "rt_index.h"
20
19
#include <m_ctype.h>
21
20
 
22
21
#if defined(MSDOS) || defined(__WIN__)