~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2008-07-06 06:09:15 UTC
  • Revision ID: brian@tangent.org-20080706060915-fsei7z09iejf3c1f
Removal of RT bits from MyISAM

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "ha_myisam.h"
28
28
#include <stdarg.h>
29
29
#include "myisamdef.h"
30
 
#include "rt_index.h"
31
30
 
32
31
ulong myisam_recover_options= HA_RECOVER_NONE;
33
32