summaryrefslogtreecommitdiff
path: root/sql/ha_archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_archive.h')
-rw-r--r--sql/ha_archive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/ha_archive.h b/sql/ha_archive.h
index 849b5b5bd6c..6ba6d95685e 100644
--- a/sql/ha_archive.h
+++ b/sql/ha_archive.h
@@ -103,6 +103,9 @@ public:
}
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
enum thr_lock_type lock_type);
+ bool is_crashed() const;
+ int check(THD* thd, HA_CHECK_OPT* check_opt);
+ bool check_and_repair(THD *thd);
};
bool archive_db_init(void);