~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 05:41:53 UTC
  • Revision ID: brian@tangent.org-20080706054153-9w5ltr9u3xt4pnro
Remove SP bits from MyISAM

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 "sp_defs.h"
20
19
#include "rt_index.h"
21
20
#include <m_ctype.h>
22
21