diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-14 23:06:54 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-14 23:06:54 +0200 |
commit | 50ffaf6d0f8b1ef4e8f4604d6526d3f758e9657b (patch) | |
tree | 17145568117a90277934b5c0c5dd8ac6df742dd1 /storage/maria/ha_maria.h | |
parent | e246077bcf5fc22a381ee8591a441eb345a4a2af (diff) | |
download | mariadb-git-50ffaf6d0f8b1ef4e8f4604d6526d3f758e9657b.tar.gz |
provide maria* aliases for aria* command-line options,
status and system variables
Diffstat (limited to 'storage/maria/ha_maria.h')
-rw-r--r-- | storage/maria/ha_maria.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/storage/maria/ha_maria.h b/storage/maria/ha_maria.h index 09e59435c2a..251e4069d59 100644 --- a/storage/maria/ha_maria.h +++ b/storage/maria/ha_maria.h @@ -22,12 +22,6 @@ #include <maria.h> -#define HA_RECOVER_NONE 0 /* No automatic recover */ -#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 maria_sort_buffer_size; extern TYPELIB maria_recover_typelib; extern ulong maria_recover_options; |