~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.h

  • Committer: Monty Taylor
  • Date: 2009-04-25 06:33:32 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090425063332-7mwb7spok7yt6h1z
Moved myisam to new plugin system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/* class for the the myisam handler */
24
24
 
25
 
#include <storage/myisam/myisam.h>
 
25
#include <plugin/myisam/myisam.h>
26
26
 
27
27
#define HA_RECOVER_NONE         0       /* No automatic recover */
28
28
#define HA_RECOVER_DEFAULT      1       /* Automatic recover active */