~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.h

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <plugin/myisam/myisam.h>
26
26
 
27
 
#define HA_RECOVER_NONE         0       /* No automatic recover */
28
 
#define HA_RECOVER_DEFAULT      1       /* Automatic recover active */
29
 
#define HA_RECOVER_BACKUP       2       /* Make a backupfile on recover */
30
 
#define HA_RECOVER_FORCE        4       /* Recover even if we loose rows */
31
 
#define HA_RECOVER_QUICK        8       /* Don't check rows in data file */
32
 
 
33
27
#ifdef __cplusplus
34
28
extern "C" {
35
29
#endif