~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

Moved decimal.h to strings. 

Show diffs side-by-side

added added

removed removed

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