diff options
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r-- | sql/ha_myisam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h index ff959ead883..e0165d46920 100644 --- a/sql/ha_myisam.h +++ b/sql/ha_myisam.h @@ -28,6 +28,7 @@ #define HA_RECOVER_DEFAULT 1 // Automatic recover active #define HA_RECOVER_BACKUP 2 // Make a backupfile on recover #define HA_RECOVER_FORCE 4 // Recover even if we loose rows +#define HA_RECOVER_QUICK 8 // Don't check rows in data file extern ulong myisam_sort_buffer_size; extern TYPELIB myisam_recover_typelib; |