~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.h

  • Committer: Monty Taylor
  • Date: 2009-10-13 06:22:10 UTC
  • mfrom: (1182 staging)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091013062210-iwnwwcdamjdvlx1m
Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define HA_RECOVER_FORCE        4       /* Recover even if we loose rows */
31
31
#define HA_RECOVER_QUICK        8       /* Don't check rows in data file */
32
32
 
33
 
extern TYPELIB myisam_recover_typelib;
34
 
extern ulong myisam_recover_options;
35
 
 
36
33
#ifdef __cplusplus
37
34
extern "C" {
38
35
#endif